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
..
2012-01-18 00:53:12 +09:00
2012-01-26 02:28:58 +09:00
2012-01-26 02:28:58 +09:00
2012-01-19 21:57:26 +09:00
2012-01-19 21:57:26 +09:00