Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2021-09-04 17:32:57 +09:00
parent ba483b4032
commit 2f941c7fb3
1 changed files with 2 additions and 1 deletions

View File

@ -4855,7 +4855,8 @@ NGHTTP2_EXTERN int nghttp2_check_method(const uint8_t *value, size_t len);
*
* |value| is valid if it merely consists of the allowed characters.
* In particular, it does not check whether |value| follows the syntax
* of path.
* of path. The allowed characters are all characters valid by
* `nghttp2_check_header_value` minus SPC and HT.
*/
NGHTTP2_EXTERN int nghttp2_check_path(const uint8_t *value, size_t len);