-
-
Notifications
You must be signed in to change notification settings - Fork 571
Closed
Labels
Description
We currently have a cookie line header of 8718 characters, which is larger than MAX_LINE setting of 8192. Can this either be bumped up to 16K, or better yet be configurable in the ENV? Also it would be nice if a proper error message was returned, we are currently getting
HTTP/1.1 400 Bad Request
Date: Thu, 06 Jun 2024 16:09:28 GMT
Content-Type: text/plain
Content-Length: 77
Connection: keep-alive
Failed to open a WebSocket connection: did not receive a valid HTTP request.
Which isn't very helpful.
teamclouday