commit | cb0ed7acc4f717d79a358093419e5a7da09b8b45 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <bradfitz@golang.org> | Tue Apr 26 14:38:55 2016 -0700 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Tue Apr 26 22:44:14 2016 +0000 |
tree | 9695ce308cc927b6b0cc3deeeff98dc5dbd1d3b4 | |
parent | b797637b7aeeed133049c7281bfa31dcc9ca42d6 [diff] |
http2: allow StreamDep of 0 in HEADERS and PRIORITY frames But still check that the high bit isn't set. Fixes golang/go#15444 Change-Id: Ic9339244d3d0c4e4d6573a691b3ba37c9eac3981 Reviewed-on: https://go-review.googlesource.com/22476 Reviewed-by: Andrew Gerrand <adg@golang.org>