forked from pool/nghttp2
Accepting request 298133 from home:pluskalm:branches:devel:libraries:c_c++
- Update to 0.7.12 OBS-URL: https://build.opensuse.org/request/show/298133 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=13
This commit is contained in:
parent
0c6f84c6c2
commit
3c00834aa8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00ba79c536190ad8d17e3e7144ef5f3dfa3c8965ffb82daaaabaf51cb3837dfd
|
||||
size 894156
|
3
nghttp2-0.7.12.tar.xz
Normal file
3
nghttp2-0.7.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7189b5bf07062eee58dd7b66243cbbd7b186069c33218cb1d7e0a2b6510e630
|
||||
size 897764
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 08:40:33 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 0.7.12
|
||||
* Fix bug that nghttp2_session_set_next_stream_id accepts invalid
|
||||
stream_id
|
||||
* HPACK: Rewrite static header table handling
|
||||
* HPACK: Never index authorization and small cookie header field
|
||||
* Don't install libnghttp2_asio headers if they are disabled
|
||||
* doc: Specify program directive so that hyperlink to option is
|
||||
correctly pointed to the intended location
|
||||
* asio: client: Call error_cb on error occurred in do_read and
|
||||
do_write (Fixes GH-207)
|
||||
* nghttp: Add --no-push option to disable server push
|
||||
* nghttp: Show stream ID in statistics output
|
||||
* nghttp: Remove --dep-idle option
|
||||
* nghttp: Use same priority anchor nodes as Firefox does
|
||||
* nghttpx: Don't push resource if link header has non empty
|
||||
loadpolicy
|
||||
* nghttpx: Add logging for somewhat important events (logs,
|
||||
tickets, and ocsp)
|
||||
* nghttpx: Set Downstream to stream user data on HTTP Upgrade
|
||||
to h2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 12 17:38:36 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define lib_name lib%{name}-5
|
||||
%define lib_name_asio lib%{name}_asio1
|
||||
Name: nghttp2
|
||||
Version: 0.7.11
|
||||
Version: 0.7.12
|
||||
Release: 0
|
||||
Summary: Implementation of Hypertext Transfer Protocol version 2 in C
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user