• Tatsuhiro Tsujikawa's avatar
    Strictly check occurrence of dynamic table size update · f3288092
    Tatsuhiro Tsujikawa authored
    RFC 7541 requires that dynamic table size update must occur at the
    beginning of the first header block, and is signaled as SETTINGS
    acknowledgement.  This commit checks these conditions.  If dynamic
    table size update appears other than the beginning of the first header
    block, it is treated as error.  If SETTINGS ACK is received, and next
    HEADERS header block does not have dynamic table size update, it is
    treated as error.
    f3288092
nghttp2_hd.c 62.5 KB