Updates Http2VisitorInterface::OnHeaderForStream() to return a boolean. This is necessary in order to communicate when header names or values are invalid. This change adds a test that exercises nghttp2 header validation. (Specifically, the case of an invalid trailing header name.) This change also adds the following behavior for the OG stack, for client endpoints: * Closes a stream that receives END_STREAM and is half-closed local. PiperOrigin-RevId: 380816879
QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.
Code can be viewed in CodeSearch in Quiche and is imported into Chromium.