Skip to content
New issue

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 header truncates simple GET request #926

Open
jpap opened this issue Sep 23, 2017 · 0 comments
Open

Connection: close header truncates simple GET request #926

jpap opened this issue Sep 23, 2017 · 0 comments
Labels
bug triage Needs to be triaged

Comments

@jpap
Copy link

jpap commented Sep 23, 2017

Steps to reproduce the problem

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

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.

@mdove mdove added the bug label Dec 6, 2017
@robinzimmermann robinzimmermann added the triage Needs to be triaged label Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug triage Needs to be triaged
Projects
None yet
Development

No branches or pull requests

3 participants