- Update to 1.7.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=48
This commit is contained in:
parent
bef963a9ce
commit
b6a659ca54
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc569501d243c934ea980a1f68fadb8ccc4f133ae8a5b15dcd29f0de76f9bac3
|
|
||||||
size 1399524
|
|
3
nghttp2-1.7.0.tar.xz
Normal file
3
nghttp2-1.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0de13c21507b01e80531bbe69617ce2b8a33305a74f22ec3b5b0d111a5daeeb5
|
||||||
|
size 1412148
|
@ -1,7 +1,7 @@
|
|||||||
Index: nghttp2-1.2.0/python/Makefile.am
|
Index: nghttp2-1.7.0/python/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- nghttp2-1.2.0.orig/python/Makefile.am
|
--- nghttp2-1.7.0.orig/python/Makefile.am
|
||||||
+++ nghttp2-1.2.0/python/Makefile.am
|
+++ nghttp2-1.7.0/python/Makefile.am
|
||||||
@@ -29,16 +29,6 @@ EXTRA_DIST = cnghttp2.pxd nghttp2.pyx
|
@@ -29,16 +29,6 @@ EXTRA_DIST = cnghttp2.pxd nghttp2.pyx
|
||||||
|
|
||||||
if ENABLE_PYTHON_BINDINGS
|
if ENABLE_PYTHON_BINDINGS
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 26 20:02:00 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 1.7.0
|
||||||
|
* Reset (RST_STREAM) stream if flow control window gets overflow
|
||||||
|
* Validate :authroity, host, and :scheme value more strictly
|
||||||
|
* Check request/response submission error based side of session
|
||||||
|
* Strict outgoing idle stream detection
|
||||||
|
* Return error from nghttp2_submit_{headers,request} when self
|
||||||
|
dependency is made
|
||||||
|
* Add -ldl to APPLDFLAGS for static openssl linking
|
||||||
|
* asio: Stop acceptor on server::http2::stop
|
||||||
|
* asio: Rename http2::get_io_services() as http2::io_services()
|
||||||
|
* h2load: Support UNIX domain socket
|
||||||
|
* h2load: Improve readability of traffic numbers
|
||||||
|
* h2load: Remove "auto" for -m option
|
||||||
|
* h2load: Show progress in rate mode
|
||||||
|
* h2load: Perform sampling for request and connection timings to
|
||||||
|
reduce memory consumption
|
||||||
|
* nghttpd: Add --no-content-length option to omit content-length
|
||||||
|
in response
|
||||||
|
* nghttpx: Interleave pushed streams with the associated stream
|
||||||
|
if pushed streams are javascript and CSS resources
|
||||||
|
* nghttpx: The initial value of request/response buffer is
|
||||||
|
increased to 128K
|
||||||
|
* nghttpx: Fix bug that --listener-disable-timeout option is not
|
||||||
|
used
|
||||||
|
* nghttpx: Don't emit :authority if request does not contain
|
||||||
|
authority information
|
||||||
|
* nghttpx: Add clarification of quotes in configuration file
|
||||||
|
* nghttpx: Don't allow certain characters in host and :scheme
|
||||||
|
header field
|
||||||
|
* nghttpx: Add RFC 7239 Forwarded header field support
|
||||||
|
* nghttpx: Fix crash when running on IPv6 only (Patch from Vernon
|
||||||
|
Tang)
|
||||||
|
* nghttpx: Take into account of trailers when applying
|
||||||
|
max_header_fields
|
||||||
|
* nghttpx: Don't apply max_header_fields and header_field_buffer
|
||||||
|
limit to response
|
||||||
|
* nghttpx: Strict validation for header fields given in
|
||||||
|
configuration
|
||||||
|
* nghttpx: header value should not be lower-cased (Patch from
|
||||||
|
ayanamist)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 21 08:28:51 UTC 2016 - pgajdos@suse.com
|
Thu Jan 21 08:28:51 UTC 2016 - pgajdos@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.6.0
|
Version: 1.7.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