From d174a7ed24f2628b66aaadc069999ae3e08f147e Mon Sep 17 00:00:00 2001 From: uNetworkingAB <110806833+uNetworkingAB@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:30:50 +0200 Subject: [PATCH] Update HttpParser.h --- src/HttpParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpParser.h b/src/HttpParser.h index 25c1bb2..5df6c24 100644 --- a/src/HttpParser.h +++ b/src/HttpParser.h @@ -196,7 +196,7 @@ private: return (word - ~0UL / 255 * 32) & ~word & ~0UL / 255 * 128; } - /* RFC 9110: 5.5 Field Values + /* RFC 9110: 5.5 Field Values (TLDR; anything above 31 is allowed; htab (9) is also allowed) * Field values are usually constrained to the range of US-ASCII characters [...] * Field values containing CR, LF, or NUL characters are invalid and dangerous [...] * Field values containing other CTL characters are also invalid. */