Changes 1.14.1:

In this release, we fixed the bug which causes GOAWAY race with new incoming stream on server side. The bug has been reported in GH-681. This is a regression introduced in 16c4611. We were happy with that commit since nghttp2 server passed all strict mode h2spec tests. However, it turned out that it could not handle some cases well, and one of them is GOAWAY race on server side. We reverted part of that commit to fix this issue. This bug only affects nghttp2 server side session. The client side nghttp2 session is not affected by this bug.
This commit is contained in:
adam 2016-09-12 17:22:15 +00:00
parent 9356230bdf
commit 0b81de0714
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2016/07/07 08:32:14 adam Exp $
# $NetBSD: Makefile,v 1.11 2016/09/12 17:22:15 adam Exp $
DISTNAME= nghttp2-1.12.0
DISTNAME= nghttp2-1.14.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=tatsuhiro-t/}
EXTRACT_SUFX= .tar.xz

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.9 2016/07/07 08:32:14 adam Exp $
$NetBSD: distinfo,v 1.10 2016/09/12 17:22:15 adam Exp $
SHA1 (nghttp2-1.12.0.tar.xz) = 62c29193b075b16d56d6fee8d29f74c8a912195a
RMD160 (nghttp2-1.12.0.tar.xz) = ef4b6baa2df33c2bab08aa385623c898d02e3b06
SHA512 (nghttp2-1.12.0.tar.xz) = 7feeb87e55d94558a6d42306fe38ba6ea702242733347db18023deddd7e0a956995ed6df0595d5c40508394011f2188cd71c5e7cbcddb8fb58222a27b1c27c6b
Size (nghttp2-1.12.0.tar.xz) = 1478808 bytes
SHA1 (nghttp2-1.14.1.tar.xz) = 2c47cd4debfd3d211db750c30a24e550b0ce329f
RMD160 (nghttp2-1.14.1.tar.xz) = fc2e49f935615a366d74bcc18a56e10b1ebb11b9
SHA512 (nghttp2-1.14.1.tar.xz) = 36f7383096ac1cb7c978ddc87c4118e79ab213e005576460c3569d282d876ab1ea2d37ca7f59eb1d1935ae14046a23c2332450df27c929c74010156d1581bb61
Size (nghttp2-1.14.1.tar.xz) = 1481936 bytes