spdylay/lib/includes/spdylay
Tatsuhiro Tsujikawa 4dd9c32c25 Added SPDYLAY_OPT_MAX_RECV_CTRL_FRAME_BUFFER option.
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.
2012-05-25 13:49:18 +09:00
..
spdylay.h Added SPDYLAY_OPT_MAX_RECV_CTRL_FRAME_BUFFER option. 2012-05-25 13:49:18 +09:00
spdylayver.h.in Updated doc 2012-03-15 22:39:26 +09:00