• Dridi Boukelmoune's avatar
    http2_hpack: Refuse multiple :authority pseudo headers · c0b452b3
    Dridi Boukelmoune authored
    It became explicit in rfc9113:
    
    > The same pseudo-header field name MUST NOT appear more than once in a
    > field block.
    
    While at it, the duplicate pseudo-header error can be consolidated in a
    single location instead of adding one more branch.
    c0b452b3
cache_http2_hpack.c 11.3 KB