nghttp2/tests
Tatsuhiro Tsujikawa 262cda86e8 Issue RST_STREAM with PROTOCOL_ERROR if invalid header block is received.
We say the header block is invalid if at least one of the following
condition is true:
There are duplicate header names; or the header names are not
encoded in US-ASCII character set and not lower cased; or the
header name is zero-length string; or the header value contains
multiple in-sequence NUL bytes.

spdylay_frame_unpack_nv() returns SPDYLAY_ERR_INVALID_HEADER_BLOCK
if the unpacking suceeded but it found the header block is invalid.
This means that caller treats it as success, but do additional
processing for invalid header block if it wants.
The functions calling spdylay_frame_unpack_nv() also return
SPDYLAY_ERR_INVALID_HEADER_BLOCK.
2012-03-26 23:19:58 +09:00
..
testdata Add a simple test between spdycat and spdyd. 2012-03-01 12:04:16 -08:00
Makefile.am Added @DEFS@ to CPPFLAGS/CFLAGS. 2012-03-24 00:07:56 +09:00
end_to_end.py Check Return non-zero for failed spdy requests. 2012-03-02 10:59:07 -08:00
main.c Issue RST_STREAM with PROTOCOL_ERROR if invalid header block is received. 2012-03-26 23:19:58 +09:00
spdylay_buffer_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_buffer_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_frame_test.c Issue RST_STREAM with PROTOCOL_ERROR if invalid header block is received. 2012-03-26 23:19:58 +09:00
spdylay_frame_test.h Issue RST_STREAM with PROTOCOL_ERROR if invalid header block is received. 2012-03-26 23:19:58 +09:00
spdylay_map_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_map_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_npn_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_npn_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_pq_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_pq_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_queue_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_queue_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_session_test.c Issue RST_STREAM with PROTOCOL_ERROR if invalid header block is received. 2012-03-26 23:19:58 +09:00
spdylay_session_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_stream_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_stream_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_zlib_test.c Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00
spdylay_zlib_test.h Code cleanup: C89 and old-style-prototypes and definition. 2012-03-23 02:17:48 +09:00