• Tatsuhiro Tsujikawa's avatar
    Added SPDYLAY_OPT_MAX_RECV_CTRL_FRAME_BUFFER option. · 4dd9c32c
    Tatsuhiro Tsujikawa authored
    This option sets maximum receive buffer size for incoming control
    frame.  Basically the library checks the length field of the incoming
    control frame. For frames with name/value header block, the library
    also checks the length of inflated block is also under the limit. This
    is done while incrementally inflating block. If the length of frames
    with name/value header block exceeds the limit, the library will issue
    RST_STREAM with FRAME_TOO_LARGE. For other frames, it will issue
    GOAWAY.
    4dd9c32c
spdylay_frame.c 37.6 KB