• Dridi Boukelmoune's avatar
    http2_proto: Simplify CONTINUATION expectation check · 9f6a7e3f
    Dridi Boukelmoune authored
    Before the h2 frame dispatch we only need to check that coming from a
    HEADERS frame the very next frame is a CONTINUATION, when the HPACK
    block didn't fit in the former.
    
    The CONTINUATION dispatch will then make the stream consistency check.
    9f6a7e3f
cache_http2_proto.c 38.3 KB