You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok, worked out the error. There was a subtle programming error in the code handling header compression context updates that meant that any update that was not literally first in a byte stream failed. This was mostly ok, as they should always be first, but it was possible to get more than one in a row and that would fail. Fix incoming.
Spotted when running h2spec:
Note the error after h2spec sends the HEADERS frame, leading to a GOAWAY.
The header block is the following Python byte string:
b'?a?\xe1\x1f\x82\x87\x84A\x8a\x08\x9d\\\x0b\x81p\xdcy\xa6\x99'
.The text was updated successfully, but these errors were encountered: