We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Connection: close
The following truncates the server response,
curl -v -H "Connection: close" http://www.websocket.org/css/bootstrap.css
whereas the following does not:
curl -v http://www.websocket.org/css/bootstrap.css
The server should only close the connection once the full content-length is sent.
The server truncates the content-length. ;-)
See the above cURL commands.
Unknown; whatever www.websocket.org is using.
www.websocket.org
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce the problem
The following truncates the server response,
whereas the following does not:
Expected behavior
The server should only close the connection once the full content-length is sent.
Actual behavior
The server truncates the content-length. ;-)
Logs/Wiresharks
See the above cURL commands.
Specifications
Unknown; whatever
www.websocket.org
is using.The text was updated successfully, but these errors were encountered: