1
0
mirror of https://github.com/moparisthebest/spdylay synced 2024-12-22 15:48:53 -05:00
Go to file
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
examples Changed spdylay_select_next_protocol behaviour 2012-02-05 21:48:20 +09:00
lib Don't check multiple in-sequence NULL in spdylay_frame_count_unpack_nv_space 2012-02-05 21:57:55 +09:00
m4 Added libtool files 2012-01-18 00:53:12 +09:00
tests Changed spdylay_select_next_protocol behaviour 2012-02-05 21:48:20 +09:00
.gitignore Add an NPN callback helper that finds the correct version of spdy 2012-02-02 16:31:11 -08:00
AUTHORS Added libtool files 2012-01-18 00:53:12 +09:00
ChangeLog Added libtool files 2012-01-18 00:53:12 +09:00
configure.ac Automake-zie the examples directory 2012-01-31 11:10:09 -08:00
COPYING Fixed copyright year 2012-01-27 01:40:18 +09:00
Makefile.am Automake-zie the examples directory 2012-01-31 11:10:09 -08:00
NEWS Added libtool files 2012-01-18 00:53:12 +09:00
README Added libtool files 2012-01-18 00:53:12 +09:00
README.rst Updated spdycat output example 2012-02-02 00:45:02 +09:00

See README.rst