nghttp2/tests
Tatsuhiro Tsujikawa d0cd362852 Changed spdylay_select_next_protocol behaviour
It now always select "spdy/2" as a next protocol regardless whether or not
the server advertises it. The NPN draft allows this.
Returning integer version number is not flexible because the selected protcol
is just a string.
The function now returns 0 if the server advertised spdy/2, or -1.
2012-02-05 21:48:20 +09:00
..
Makefile.am Merge branch 'master' of https://github.com/sorced-jim/spdylay into sorced-jim-master 2012-02-03 23:53:43 +09:00
main.c Rewritten spdylay_frame_unpack_nv(). 2012-02-04 23:09:03 +09:00
spdylay_buffer_test.c Added struct of fixed sized chunk buffers backed by queue 2012-01-20 01:04:13 +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 Added asserts to test_spdylay_frame_count_unpack_nv_space() 2012-02-04 23:27:05 +09:00
spdylay_frame_test.h Rewritten spdylay_frame_unpack_nv(). 2012-02-04 23:09:03 +09:00
spdylay_map_test.c Added spdylay_map_size() 2012-01-26 02:28:58 +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 Changed spdylay_select_next_protocol behaviour 2012-02-05 21:48:20 +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 Rewritten spdylay_frame_unpack_nv(). 2012-02-04 23:09:03 +09:00
spdylay_session_test.h Closes all server-pushed streams when original stream is closed by RST_STREAM with CANCEL from client. 2012-02-02 23:20:25 +09:00
spdylay_stream_test.c Added stream_user_data arg to spdylay_submit_request() to identify stream ID later easily. 2012-02-04 01:37:21 +09:00
spdylay_stream_test.h Added spdylay_stream_add_pushed_stream 2012-02-02 21:51:52 +09:00
spdylay_zlib_test.c Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_zlib_test.h Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00