-
- Downloads
Fix errant empty data frame after trailers
With the metadata batching changes recently, I introduced a bug whereby the http2 stream encoder would end up not being able to set the close bit on a header frame, and instead placed it on a new data frame, which is illegal by the HTTP2 spec.
Please register or sign in to comment