- Update to 1.0.2
* Fix bug that data are not consumed for connection in race condition (GH-253) * Define NGHTTP2_EXTERN to __declspec(dllimport) when using nghttp2 for Windows build * Translate fetch-ocsp-response into Python * libevent-client: Fix bug that path is broken if URI does not contain path part * python: Call on_close callback when connection is lost for server session * python: Expose client certificate, if available (Patch from Fabian Wiesel) * python: Catch and log failure to set TCP_NODELAY (Patch from Fabian Wiesel) * nghttpx: Add --add-request-header option * nghttpx: Make WebSocket upgrade work * nghttpx: Fix bug that END_STREAM is not set in backend for POST with Upgrade * nghttpx: Don't send "Expect" header field twice OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=22
This commit is contained in:
parent
0680238cea
commit
29dc9489af
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d260383c8d941a880f1e981eecfa09af611cdc995086e4eff95b993cfa52567f
|
|
||||||
size 906256
|
|
3
nghttp2-1.0.2.tar.xz
Normal file
3
nghttp2-1.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ea61f0aca47dedfedb6179e26d0e89dac7674fd93fe1d9645d51ff24fcd00cc
|
||||||
|
size 910308
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 16 08:27:32 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 1.0.2
|
||||||
|
* Fix bug that data are not consumed for connection in race
|
||||||
|
condition (GH-253)
|
||||||
|
* Define NGHTTP2_EXTERN to __declspec(dllimport) when using
|
||||||
|
nghttp2 for Windows build
|
||||||
|
* Translate fetch-ocsp-response into Python
|
||||||
|
* libevent-client: Fix bug that path is broken if URI does not
|
||||||
|
contain path part
|
||||||
|
* python: Call on_close callback when connection is lost for
|
||||||
|
server session
|
||||||
|
* python: Expose client certificate, if available (Patch from
|
||||||
|
Fabian Wiesel)
|
||||||
|
* python: Catch and log failure to set TCP_NODELAY (Patch from
|
||||||
|
Fabian Wiesel)
|
||||||
|
* nghttpx: Add --add-request-header option
|
||||||
|
* nghttpx: Make WebSocket upgrade work
|
||||||
|
* nghttpx: Fix bug that END_STREAM is not set in backend for
|
||||||
|
POST with Upgrade
|
||||||
|
* nghttpx: Don't send "Expect" header field twice
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 25 15:13:45 UTC 2015 - mpluskal@suse.com
|
Mon May 25 15:13:45 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define lib_name lib%{name}-14
|
%define lib_name lib%{name}-14
|
||||||
%define lib_name_asio lib%{name}_asio1
|
%define lib_name_asio lib%{name}_asio1
|
||||||
Name: nghttp2
|
Name: nghttp2
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
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