nghttp2/lib/includes
Tatsuhiro Tsujikawa 088e4f15a2 Check frame length after packing a frame
If resultant length of a frame exceeds the maximum value (which is
2**24 - 1 for SPDY/2 and 3), SPDYLAY_ERR_FRAME_TOO_LARGE is used to
indicate this error. This error will be notified by
on_ctrl_not_send_callback.
2012-09-14 22:41:55 +09:00
..
spdylay Check frame length after packing a frame 2012-09-14 22:41:55 +09:00
Makefile.am Added public API headers for distribution 2012-01-29 00:22:50 +09:00