forked from pool/nghttp2
Accepting request 430223 from devel:libraries:c_c++
update to version 1.15.0 OBS-URL: https://build.opensuse.org/request/show/430223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=35
This commit is contained in:
commit
229116499d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:938f93a0b0c31fd70cd07c96506b8c4ad040ef98ad3f204bf77ec4476685942f
|
|
||||||
size 1485852
|
|
3
nghttp2-1.15.0.tar.xz
Normal file
3
nghttp2-1.15.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:317afbef79eec624577d006ea7111cf978d2c88e999a6f336c83b99f924b5e4a
|
||||||
|
size 1491916
|
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 25 09:01:48 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.15.0:
|
||||||
|
* lib: Add nghttp2_option_set_max_deflate_dynamic_table_size()
|
||||||
|
API function (GH-684)
|
||||||
|
* lib: Allow NGHTTP2_ERR_PAUSE from
|
||||||
|
nghttp2_data_source_read_callback (GH-671)
|
||||||
|
* lib: Add nghttp2_session_get_hd_deflate_dynamic_table_size()
|
||||||
|
and nghttp2_session_get_hd_inflate_dynamic_table_size() API
|
||||||
|
functions to get current HPACK dynamic table size (GH-664)
|
||||||
|
* lib: Add nghttp2_session_get_local_settings() API function
|
||||||
|
* lib: Add nghttp2_session_get_local_window_size() and
|
||||||
|
nghttp2_session_get_stream_local_window_size() API functions
|
||||||
|
* build: Add -lsocket -lnsl to APPLDFLAGS for solaris build
|
||||||
|
* neverbleed: Update neverbleed to support ECDSA certificate
|
||||||
|
* doc: Mention --enable-lib-only configure option in README
|
||||||
|
* integration: Fix test failure with go1.7.1
|
||||||
|
* src: Fix compile error with openssl 1.1.0
|
||||||
|
* nghttpx: Improve performance with HTTP/1.1 backend when
|
||||||
|
request body is involved
|
||||||
|
* nghttpx: Use std::atomic_* overloads for std::shared_ptr if
|
||||||
|
available
|
||||||
|
* nghttpx: Migrate backend stream to another h2 session on
|
||||||
|
graceful shutdown
|
||||||
|
* nghttpx: Add option to specify HPACK encoder/decoder dynamic
|
||||||
|
table size
|
||||||
|
* nghttpx: Log client address
|
||||||
|
* nghttpx: Add tls_sni to mruby Nghttpx::Env class
|
||||||
|
* nghttpx: Add --frontend-http2-window-size option, and its
|
||||||
|
family functions
|
||||||
|
* nghttpx: Add experimental TCP optimization for h2 frontend
|
||||||
|
* nghttpx: Workaround for std::make_shared bug in Xcode7, 7.1,
|
||||||
|
and 7.2 (GH-670)
|
||||||
|
* nghttpx: Fix bug that bytes are doubly counted to rate limit
|
||||||
|
for TLS connections
|
||||||
|
* nghttpx: Add --no-server-rewrite option not to rewrite server
|
||||||
|
header field (GH-667)
|
||||||
|
* nghttpx: Retry if backend h1 connection cannot be established
|
||||||
|
due to timeout
|
||||||
|
* nghttpx: Reset stream if invalid header field is received in h2
|
||||||
|
* nghttpx: Add --server-name option to change server response
|
||||||
|
header field (GH-667)
|
||||||
|
* nghttpd: Add --encoder-header-table-size option
|
||||||
|
* nghttp: Add --encoder-header-table-size option
|
||||||
|
* python: Support ALPN, require Python 3.5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 8 08:35:52 UTC 2016 - idonmez@suse.com
|
Thu Sep 8 08:35:52 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define soname_asio libnghttp2_asio
|
%define soname_asio libnghttp2_asio
|
||||||
%define sover_asio 1
|
%define sover_asio 1
|
||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.14.0
|
Version: 1.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user