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

http: do not default to chunked encoding for TRACE #27673

Closed
wants to merge 1 commit into from

Conversation

lpinca
Copy link
Member

@lpinca lpinca commented May 13, 2019

Fixes: #25783

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot nodejs-github-bot added the http Issues or PRs related to the http subsystem. label May 13, 2019
@BridgeAR

This comment has been minimized.

@lpinca
Copy link
Member Author

lpinca commented May 13, 2019

There is a test, PTAL as I removed the this._hasBody = false; change from eb775c1.

@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 14, 2019
@nodejs-github-bot
Copy link
Collaborator

@danbev
Copy link
Contributor

danbev commented May 16, 2019

Re-build of failing node-test-commit-linux

@nodejs-github-bot
Copy link
Collaborator

@lpinca
Copy link
Member Author

lpinca commented May 19, 2019

@nodejs/platform-aix can you please take a look?

@miladfarca
Copy link
Contributor

miladfarca commented May 19, 2019

01:23:40 Also:   hudson.remoting.Channel$CallSiteStackTrace: 
Remote call to JNLP4-connect connection from power8-aix-nodejs4.osuosl.org/

Seems like the Jenkins job crashed. Could you try rerunning the tests.

@nodejs-github-bot
Copy link
Collaborator

@lpinca
Copy link
Member Author

lpinca commented May 19, 2019

It seems all recent CI runs are failing due to that. @nodejs/build

@nodejs-github-bot
Copy link
Collaborator

@addaleax
Copy link
Member

Landed in 4fc0238

@addaleax addaleax closed this May 19, 2019
addaleax pushed a commit that referenced this pull request May 19, 2019
Fixes: #25783

PR-URL: #27673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@lpinca lpinca deleted the gh-25783 branch May 20, 2019 05:19
targos pushed a commit that referenced this pull request May 20, 2019
Fixes: #25783

PR-URL: #27673
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BridgeAR BridgeAR mentioned this pull request May 21, 2019
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. http Issues or PRs related to the http subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TRACE shouldn't default to chunked encoding
10 participants