mirror of
https://github.com/moparisthebest/spdylay
synced 2024-11-05 00:55:07 -05:00
262cda86e8
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. |
||
---|---|---|
doc | ||
examples | ||
lib | ||
m4 | ||
tests | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
Makefile.am | ||
NEWS | ||
README | ||
README.rst |
See README.rst