Accepting request 408510 from devel:libraries:c_c++
- Update to version 1.12.0: OBS-URL: https://build.opensuse.org/request/show/408510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nghttp2?expand=0&rev=32
This commit is contained in:
commit
614586b9bf
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:865914ff3005df7a67c8d9ac474a900abc7c38d426a8c6fea8ce29dfe86da6ea
|
|
||||||
size 1460700
|
|
3
nghttp2-1.12.0.tar.xz
Normal file
3
nghttp2-1.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:445c24243b8132b031c2c9fc9fe99f5abadbce2db4fbdf7eb6d3beaa5797dd4b
|
||||||
|
size 1478808
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 14 13:08:52 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.12.0:
|
||||||
|
* Add nghttp2_session_set_local_window_size API function
|
||||||
|
* Add nghttp2_option_set_max_send_header_block_length API
|
||||||
|
function (GH-613)
|
||||||
|
* Fix warning: declaration of 'free' shadows a global declaration
|
||||||
|
(Patch from Alexis La Goutte)
|
||||||
|
* examples: Add ALPN support to tutorial client/server (GH-614)
|
||||||
|
* nghttpx: Reduce TTFB with large number of incoming connections
|
||||||
|
* nghttpx: Rewrite read timer handling
|
||||||
|
* nghttpx: Clean up neverbleed AF_UNIX socket
|
||||||
|
* nghttpx: Add --backend-max-backoff option
|
||||||
|
* nghttpx: Use 16KiB buffer for reading to match TLS record size
|
||||||
|
* nghttpx: Add healthmon parameter to -f option to enable health
|
||||||
|
monitor mode
|
||||||
|
* nghttpx: Receive reference of std::mt19937, not making a copy
|
||||||
|
* nghttpx: Fix bug that backend never return to online (GH-615)
|
||||||
|
* nghttpx: Implement client IP based session affinity
|
||||||
|
* nghttpx: Add --api-max-request-body option to set maximum API
|
||||||
|
request body size
|
||||||
|
* nghttpx: Add api parameter to --frontend option to mark API
|
||||||
|
endpoint
|
||||||
|
* h2load: Add content-length header field for HTTP/2 and SPDY as
|
||||||
|
well
|
||||||
|
* h2load: Implement HTTP/1 upload (GH-611)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 8 09:03:04 UTC 2016 - idonmez@suse.com
|
Wed Jun 8 09:03:04 UTC 2016 - idonmez@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.11.1
|
Version: 1.12.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…
x
Reference in New Issue
Block a user