• Dridi Boukelmoune's avatar
    http2_proto: Simplify CONTINUATION expectation check · f349948a
    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.
    f349948a
cache_http2_proto.c 38.1 KB