• bnc's avatar
    HPACK: Split header fields in encoder. · fc3abecc
    bnc authored
    Since '\0' delimited concatenation of header field values is not allowed any
    more in HTTP/2 draft-14, but servers might prepare such headers, the HPACK
    encoder should split them into multiple headers with identical names.
    
    This lands server change 74384948 by bnc.
    
    BUG=400336
    
    Review URL: https://codereview.chromium.org/533073004
    
    Cr-Commit-Position: refs/heads/master@{#293537}
    fc3abecc
hpack_round_trip_test.cc 5.52 KB