diff --git a/apiref.html b/apiref.html index 3a84bb92..b6aa0e9c 100644 --- a/apiref.html +++ b/apiref.html @@ -3040,8 +3040,7 @@ int nghttp2_is_fatal(int lib_error
int nghttp2_check_header_name(const uint8_t *name, size_t len)

Returns nonzero if HTTP header field name name of length len is -valid according to -http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-25#section-3.2

+valid according to http://tools.ietf.org/html/rfc7230#section-3.2

Because this is a header field name in HTTP2, the upper cased alphabet is treated as error.

@@ -3051,9 +3050,7 @@ is treated as error.

int nghttp2_check_header_value(const uint8_t *value, size_t len)

Returns nonzero if HTTP header field value value of length len is valid according to -http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-25#section-3.2

-

Because this is HTTP2 header field value, it can contain NULL -character (0x00).

+http://tools.ietf.org/html/rfc7230#section-3.2

diff --git a/nghttp2.h.html b/nghttp2.h.html index 60978c90..38cc57c4 100644 --- a/nghttp2.h.html +++ b/nghttp2.h.html @@ -2964,8 +2964,7 @@ * @function * * Returns nonzero if HTTP header field name |name| of length |len| is - * valid according to - * http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-25#section-3.2 + * valid according to http://tools.ietf.org/html/rfc7230#section-3.2 * * Because this is a header field name in HTTP2, the upper cased alphabet * is treated as error. @@ -2977,10 +2976,7 @@ * * Returns nonzero if HTTP header field value |value| of length |len| * is valid according to - * http://tools.ietf.org/html/draft-ietf-httpbis-p1-messaging-25#section-3.2 - * - * Because this is HTTP2 header field value, it can contain NULL - * character (0x00). + * http://tools.ietf.org/html/rfc7230#section-3.2 */ int nghttp2_check_header_value(const uint8_t *value, size_t len); diff --git a/package_README.html b/package_README.html index 75ec57d9..64f1c4a5 100644 --- a/package_README.html +++ b/package_README.html @@ -237,9 +237,8 @@ and HTTP Alternative Services

The following endpoints are available to try out nghttp2 implementation.