Skip to content

Fixes content from the response from node.js being cut off #655

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

javruben
Copy link

@javruben javruben commented Jun 9, 2014

According to HTTP/1.1 Spec:

The Connection general-header field allows the sender to specify options that are desired for that particular connection and MUST NOT be communicated by proxies over further connections.
See: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html

I noticed that when sending agent: false this would also have the same behavior. With a non-node back-end such as apache, things work fine.

I have simple test cases available if you'd like to experiment with them.

@jcrugzz
Copy link
Contributor

jcrugzz commented Sep 5, 2014

@javruben id love to see a failing test for this in general. this was a terrible hack for node having broken http

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants