Open jpap opened 7 years ago
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
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.