• Dag Haavi Finstad's avatar
    Test for MAX_FRAME_SIZE in h2_frame_complete · e8d82664
    Dag Haavi Finstad authored
    Return HTC_S_OVERFLOW if exceeded.
    
    This is a quick-fix for #2624, where we close the connection if a client
    exceeds MAX_FRAME_SIZE. More proper handling with draining the rest of
    the frame for the specific frames types that allow it (rfc7540 section
    4.2) to come later.
    
    Fixes: #2624
    e8d82664
cache_http2_session.c 11.6 KB