forked from pool/nghttp2
- Update to version 1.14.0:
* lib: Make emit_header() return void since it always succeed * lib: Add nghttp2_hd_deflate_hd_vec() deflate API to support multiple buffer input * lib: since hd_inflate_commit_indexed() always return 0, remove the return value check in nghttp2_hd_inflate_hd_nv() * lib: Use memeq() instead of lstreq() in lookup_token() * lib: More strict stream state handling * lib: Modify genlibtokenlookup.py to remove redundant header comparisons and remove inline qualifier of lookup_token() in genlibtokenlookup.py * lib: Fix wrong tree operation to avoid cycle * lib: Make get_max_index() return the max index in frame, so we don't need to do extra calculation * lib: Add nghttp2_on_invalid_header_callback * lib: Log frame's stream ID for header debug logging * doc: Remove old doc about differential encoding in HPACK * doc: Document about ALPN in nghttpx howto * nghttpx: Log error code from getsockopt(SO_ERROR) on first write event * nghttpx: Don't change pushed stream's priority * nghttpx: Log backend connection failure in WARN level * nghttpx: Fix bug that api and healthmon parameters do not work with http2 proxy * nghttpx: Add access log variable for backend host and port * nghttpx: Use copy instead of const reference of backend group * nghttpx: Reload configuration with SIGHUP * nghttp: Adjust weight according to Firefox stable * nghttp: Call error callback when invalid header field is received and ignored OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=59
This commit is contained in:
parent
31e095c6c8
commit
fd65020494
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d0ef97715049cd935fa0d965e6c807249549469aa95eb4dc67c69c2557d5bb2
|
|
||||||
size 1476772
|
|
3
nghttp2-1.14.0.tar.xz
Normal file
3
nghttp2-1.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:938f93a0b0c31fd70cd07c96506b8c4ad040ef98ad3f204bf77ec4476685942f
|
||||||
|
size 1485852
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 8 08:35:52 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.14.0:
|
||||||
|
* lib: Make emit_header() return void since it always succeed
|
||||||
|
* lib: Add nghttp2_hd_deflate_hd_vec() deflate API to support
|
||||||
|
multiple buffer input
|
||||||
|
* lib: since hd_inflate_commit_indexed() always return 0,
|
||||||
|
remove the return value check in nghttp2_hd_inflate_hd_nv()
|
||||||
|
* lib: Use memeq() instead of lstreq() in lookup_token()
|
||||||
|
* lib: More strict stream state handling
|
||||||
|
* lib: Modify genlibtokenlookup.py to remove redundant header
|
||||||
|
comparisons and remove inline qualifier of lookup_token()
|
||||||
|
in genlibtokenlookup.py
|
||||||
|
* lib: Fix wrong tree operation to avoid cycle
|
||||||
|
* lib: Make get_max_index() return the max index in frame,
|
||||||
|
so we don't need to do extra calculation
|
||||||
|
* lib: Add nghttp2_on_invalid_header_callback
|
||||||
|
* lib: Log frame's stream ID for header debug logging
|
||||||
|
* doc: Remove old doc about differential encoding in HPACK
|
||||||
|
* doc: Document about ALPN in nghttpx howto
|
||||||
|
* nghttpx: Log error code from getsockopt(SO_ERROR) on first
|
||||||
|
write event
|
||||||
|
* nghttpx: Don't change pushed stream's priority
|
||||||
|
* nghttpx: Log backend connection failure in WARN level
|
||||||
|
* nghttpx: Fix bug that api and healthmon parameters do not work
|
||||||
|
with http2 proxy
|
||||||
|
* nghttpx: Add access log variable for backend host and port
|
||||||
|
* nghttpx: Use copy instead of const reference of backend group
|
||||||
|
* nghttpx: Reload configuration with SIGHUP
|
||||||
|
* nghttp: Adjust weight according to Firefox stable
|
||||||
|
* nghttp: Call error callback when invalid header field is
|
||||||
|
received and ignored
|
||||||
|
* nghttp: Allow multiple -p option
|
||||||
|
* deflatehd: Call nghttp2_hd_deflate_change_table_size only
|
||||||
|
if table size is changed from default
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 7 17:23:20 UTC 2016 - mpluskal@suse.com
|
Sun Aug 7 17:23:20 UTC 2016 - mpluskal@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.13.0
|
Version: 1.14.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…
Reference in New Issue
Block a user