spdylay/lib
Tatsuhiro Tsujikawa d4c5f39cf9 Don't check multiple in-sequence NULL in spdylay_frame_count_unpack_nv_space
If we return negative error code in that function, it means frame will not
unpacked and ends up to lose any information the frame contains.
The spec says it should send RST_STREAM with PROTOCOL_ERROR, so we need
at least stream ID.
Therefore, the check should be performed in
spdylay_session_on_syn_stream_received().
2012-02-05 21:57:55 +09:00
..
includes Changed spdylay_select_next_protocol behaviour 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
libspdylay.pc.in Added libtool files 2012-01-18 00:53:12 +09:00
spdylay_buffer.c Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_buffer.h Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_frame.c Don't check multiple in-sequence NULL in spdylay_frame_count_unpack_nv_space 2012-02-05 21:57:55 +09:00
spdylay_frame.h Rewritten spdylay_frame_unpack_nv(). 2012-02-04 23:09:03 +09:00
spdylay_helper.c Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_helper.h Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_int.h Added spdylay_map. Added missing tests/main.c 2012-01-19 21:36:13 +09:00
spdylay_map.c Added spdylay_map_size() 2012-01-26 02:28:58 +09:00
spdylay_map.h Added spdylay_map_size() 2012-01-26 02:28:58 +09:00
spdylay_npn.c Changed spdylay_select_next_protocol behaviour 2012-02-05 21:48:20 +09:00
spdylay_npn.h Merge branch 'master' of https://github.com/sorced-jim/spdylay into sorced-jim-master 2012-02-03 23:53:43 +09:00
spdylay_pq.c Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_pq.h Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00
spdylay_queue.c Added spdylay_queue 2012-01-19 21:57:26 +09:00
spdylay_queue.h Added spdylay_queue 2012-01-19 21:57:26 +09:00
spdylay_session.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_session.h 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.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.h Added stream_user_data arg to spdylay_submit_request() to identify stream ID later easily. 2012-02-04 01:37:21 +09:00
spdylay_zlib.c Queue RST_STREAM if invalid stream ID is received in SYN_STREAM or SYN_REPLY. 2012-01-25 21:31:28 +09:00
spdylay_zlib.h Added header deflate/inflate using zlib. Added send/recv frame. 2012-01-24 22:02:24 +09:00