-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Revert "http: send Content-Length when possible" #1137
Conversation
This reverts commit 4874182.
Why doesn't it pass? I don't see anything in the diff that is platform-specific and the test passes on OS X and Linux. |
CI error:
|
See also: #1005 (comment) |
/cc @tellnes |
If I change "2" to "3" at |
@piscisaureus Looks like it: 4874182#diff-cc887ceab87442f70205eb5fe715cad5R45 First run is 1 at end, 2nd is 2 at end, and it bails.
|
CI with the should-be test fix https://jenkins-iojs.nodesource.com/view/iojs/job/iojs+any-pr+multi/296/ |
Closing, as reverting won't be necessary: #1137 |
Previously the test did not allow the last request to complete. Fixes: nodejs#1137 Reviewed-By: Brian White <[email protected]> Reviewed-By: Bert Belder <[email protected]>
Previously the test did not allow the last request to complete. Fixes: #1137 PR-URL: #1145 Reviewed-By: Brian White <[email protected]> Reviewed-By: Bert Belder <[email protected]>
Oh, looks like I got the number wrong when I squashed my commits. |
The "test/parallel/test-http-content-length.js" has never passed on windows.
cc @mscdex @bnoordhuis @tellnes