1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-11-11 12:05:07 -05:00
spdylay/tests
Tatsuhiro Tsujikawa 11020146f5 Added on_ctrl_not_send_callback.
This callback function is invoked after the control frame
is not sent because of the error. The error is indicated by
the error argument, which is one of the values defined in spdylay_error.
2012-03-08 00:18:18 +09:00
..
testdata Add a simple test between spdycat and spdyd. 2012-03-01 12:04:16 -08:00
end_to_end.py Check Return non-zero for failed spdy requests. 2012-03-02 10:59:07 -08:00
main.c Added on_ctrl_not_send_callback. 2012-03-08 00:18:18 +09:00
Makefile.am Add a simple test between spdycat and spdyd. 2012-03-01 12:04:16 -08:00
spdylay_buffer_test.c Reuse buffers when unpacking frames. 2012-02-16 22:01:34 +09:00
spdylay_buffer_test.h Added struct of fixed sized chunk buffers backed by queue 2012-01-20 01:04:13 +09:00
spdylay_frame_test.c Always accept SPDY/3 style name/value pairs from spdylay_submit_* and 2012-03-07 00:38:27 +09:00
spdylay_frame_test.h Always accept SPDY/3 style name/value pairs from spdylay_submit_* and 2012-03-07 00:38:27 +09:00
spdylay_map_test.c Made return value of spdylay_map_init() void. Updated doc. 2012-02-21 23:23:47 +09:00
spdylay_map_test.h Added spdylay_map. Added missing tests/main.c 2012-01-19 21:36:13 +09:00
spdylay_npn_test.c Made spdylay_select_next_protocol() return SPDY protocol version if one of 2012-03-02 22:52:01 +09:00
spdylay_npn_test.h Add an NPN callback helper that finds the correct version of spdy 2012-02-02 16:31:11 -08:00
spdylay_pq_test.c Added priority queue 2012-01-18 02:10:22 +09:00
spdylay_pq_test.h Added priority queue 2012-01-18 02:10:22 +09:00
spdylay_queue_test.c Added spdylay_queue 2012-01-19 21:57:26 +09:00
spdylay_queue_test.h Added spdylay_queue 2012-01-19 21:57:26 +09:00
spdylay_session_test.c Added on_ctrl_not_send_callback. 2012-03-08 00:18:18 +09:00
spdylay_session_test.h Added on_ctrl_not_send_callback. 2012-03-08 00:18:18 +09:00
spdylay_stream_test.c Added SPDY/3 flow control. 2012-02-26 00:12:32 +09:00
spdylay_stream_test.h Added spdylay_stream_add_pushed_stream 2012-02-02 21:51:52 +09:00
spdylay_zlib_test.c Fixed use of uninitialized deflater 2012-03-01 22:40:09 +09:00
spdylay_zlib_test.h Added ability to pack/unpack SPDY/3 frames. 2012-02-25 01:17:03 +09:00