Changes 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)
This commit is contained in:
adam 2016-02-05 17:57:04 +00:00
parent 7779410119
commit 1942042778
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2015/12/27 12:28:32 adam Exp $
# $NetBSD: Makefile,v 1.5 2016/02/05 17:57:04 adam Exp $
DISTNAME= nghttp2-1.6.0
DISTNAME= nghttp2-1.7.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
EXTRACT_SUFX= .tar.xz

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2015/12/27 12:28:32 adam Exp $
$NetBSD: distinfo,v 1.5 2016/02/05 17:57:04 adam Exp $
SHA1 (nghttp2-1.6.0.tar.xz) = a436a36695638a034be37912fddbcdf7ba0a8ba7
RMD160 (nghttp2-1.6.0.tar.xz) = e67a9de419de7d34a7c371fda3713d4253f78867
SHA512 (nghttp2-1.6.0.tar.xz) = d0438e71c26063072e9fcae21ccbca760b122ba9f2a61440c2688d4e42a0d8309e28d12545951b6ec98399304e9a62887b129e17c1ea39eee5d6db669c5ae486
Size (nghttp2-1.6.0.tar.xz) = 1399524 bytes
SHA1 (nghttp2-1.7.0.tar.xz) = cd640ec1786d8d8c4568da864a941d3d4e2e1751
RMD160 (nghttp2-1.7.0.tar.xz) = 442fe845e024004f18ba83f356ae3d29ac7e9b90
SHA512 (nghttp2-1.7.0.tar.xz) = aff796e375a520cfc1752b73e73925772369aa31aaaaa2b99d9bcb975d04968dafa8b804a5aef27bb242826bc3015357f2aa943796e9c7ac763c3f566762723a
Size (nghttp2-1.7.0.tar.xz) = 1412148 bytes