- 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:
committed by
Git OBS Bridge
parent
e6e0d810d8
commit
f240387cfc
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user