- Update to 1.11.1
* lib: Add nghttp2_hd_inflate_hd2() and deprecate nghttp2_hd_inflate_hd() * lib: Avoid 0-length DATA if NGHTTP2_DATA_FLAG_NO_END_STREAM is set * lib: Fix bug that PING flags are ignored in nghttp2_submit_ping * integration: Workaround runtime error: cgo argument has Go pointer to Go pointer * nghttp: Eliminate zero length DATA frame at the end if possible * nghttpd: Set content-length in status response * nghttpx: Add sni keyword to --backend option * nghttpx: Allow mixed protocol and TLS settings among backends under same pattern * nghttpx: Don't add 0-length DATA when response HEADERS bears END_STREAM flag * nghttpx: Don't add chunked encoded response body for HEAD request * nghttpx: Don't use CN if we have dNSName or iPAddress field * nghttpx: Just call execv instead of execve to pass environ * nghttpx: Make SETTINGS timeout value configurable * nghttpx: Save PID file after it is ready to accept connections * nghttpx: Treat backend failure if SETTINGS is not received within timeout * nghttpx: Wait for SETTINGS ACK to make sure that backend h2 server is alive OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=56
This commit is contained in:
parent
e6e0d810d8
commit
f240387cfc
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7e4624d91f32cddfd81233361804c004ef5295851b93e31f95f54a224e5091f
|
||||
size 1461064
|
3
nghttp2-1.11.1.tar.xz
Normal file
3
nghttp2-1.11.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:865914ff3005df7a67c8d9ac474a900abc7c38d426a8c6fea8ce29dfe86da6ea
|
||||
size 1460700
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 8 09:03:04 UTC 2016 - idonmez@suse.com
|
||||
|
||||
- Update to 1.11.1
|
||||
* lib: Add nghttp2_hd_inflate_hd2() and deprecate
|
||||
nghttp2_hd_inflate_hd()
|
||||
* lib: Avoid 0-length DATA if NGHTTP2_DATA_FLAG_NO_END_STREAM is set
|
||||
* lib: Fix bug that PING flags are ignored in nghttp2_submit_ping
|
||||
* integration: Workaround runtime error: cgo argument has Go pointer
|
||||
to Go pointer
|
||||
* nghttp: Eliminate zero length DATA frame at the end if possible
|
||||
* nghttpd: Set content-length in status response
|
||||
* nghttpx: Add sni keyword to --backend option
|
||||
* nghttpx: Allow mixed protocol and TLS settings among backends under
|
||||
same pattern
|
||||
* nghttpx: Don't add 0-length DATA when response HEADERS bears
|
||||
END_STREAM flag
|
||||
* nghttpx: Don't add chunked encoded response body for HEAD request
|
||||
* nghttpx: Don't use CN if we have dNSName or iPAddress field
|
||||
* nghttpx: Just call execv instead of execve to pass environ
|
||||
* nghttpx: Make SETTINGS timeout value configurable
|
||||
* nghttpx: Save PID file after it is ready to accept connections
|
||||
* nghttpx: Treat backend failure if SETTINGS is not received within
|
||||
timeout
|
||||
* nghttpx: Wait for SETTINGS ACK to make sure that backend h2 server
|
||||
is alive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 10:04:48 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define soname_asio libnghttp2_asio
|
||||
%define sover_asio 1
|
||||
Name: nghttp2
|
||||
Version: 1.10.0
|
||||
Version: 1.11.1
|
||||
Release: 0
|
||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user