Don't assert that requests have a host header

This commit is contained in:
2025-12-18 10:37:28 +01:00
parent 02d8206e9d
commit 7f0c638b62
3 changed files with 7 additions and 4 deletions
+3 -2
View File
@@ -1,2 +1,3 @@
- Per RFC 6265, cookie values can be quoted. This parser would include the quotes in the value.
- Return an appropriate error code when the user waits on a client with no pending requests
[ ] Per RFC 6265, cookie values can be quoted. This parser would include the quotes in the value.
[ ] Return an appropriate error code when the user waits on a client with no pending requests
[ ] Add connection reuse limit