spdylay/tests
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
..
testdata Packaging fix 2012-04-25 22:27:50 +09:00
Makefile.am Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
end_to_end.py Move timeout checking into the query parameter condition. Copy last_modified date string for file responses. 2012-04-05 11:11:02 -07:00
failmalloc.c Added tests for malloc failures 2012-04-24 22:51:06 +09:00
failmalloc_test.c Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
failmalloc_test.h Added tests for malloc failures 2012-04-24 22:51:06 +09:00
main.c Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
malloc_wrapper.c Added tests for malloc failures 2012-04-24 22:51:06 +09:00
malloc_wrapper.h Added tests for malloc failures 2012-04-24 22:51:06 +09:00
spdylay_buffer_test.c Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
spdylay_buffer_test.h Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
spdylay_client_cert_vector_test.c Added CREDENTIAL frame support. 2012-04-06 01:45:39 +09:00
spdylay_client_cert_vector_test.h Added CREDENTIAL frame support. 2012-04-06 01:45:39 +09:00
spdylay_frame_test.c Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
spdylay_frame_test.h Added CREDENTIAL frame support. 2012-04-06 01:45:39 +09:00
spdylay_gzip_test.c Renamed spdylay_gzip API. Added test for them. 2012-05-07 22:56:28 +09:00
spdylay_gzip_test.h Renamed spdylay_gzip API. Added test for them. 2012-05-07 22:56:28 +09:00
spdylay_map_test.c Fixed compiler warning with stricter warning options 2012-05-13 17:38:29 +09:00
spdylay_map_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_npn_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_npn_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_pq_test.c Fixed buffer overrun in spdylay_pq_push 2012-05-24 21:35:27 +09:00
spdylay_pq_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_queue_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_queue_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_session_test.c Added SPDYLAY_OPT_MAX_RECV_CTRL_FRAME_BUFFER option. 2012-05-25 13:49:18 +09:00
spdylay_session_test.h Added test for EOF from recv_callback. 2012-05-12 18:32:37 +09:00
spdylay_stream_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_stream_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_test_helper.c Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
spdylay_test_helper.h Incremental name/value block decompression 2012-05-25 10:46:40 +09:00
spdylay_zlib_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_zlib_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00