| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
/cc @nodejs/http |
Sorry, something went wrong.
Sorry, something went wrong.
|
CI is green except for an unrelated failure on AIX. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
This commit fixes connection upgrade checks, specifically when headers are passed as an array instead of a plain object to http.request() Fixes: nodejs#8235 PR-URL: nodejs#8238 Reviewed-By: James M Snell <jasnell@gmail.com>
This commit fixes connection upgrade checks, specifically when headers are passed as an array instead of a plain object to http.request() Fixes: nodejs#8235 PR-URL: nodejs#8238 Reviewed-By: James M Snell <jasnell@gmail.com>
|
@mscdex this does not land cleanly on v4.x, but we definitely should backport as I have confirmed it is broken on v4.x Would you be able to backport? |
Sorry, something went wrong.
This commit fixes connection upgrade checks, specifically when headers are passed as an array instead of a plain object to http.request() Fixes: nodejs#8235 PR-URL: nodejs#8238 Reviewed-By: James M Snell <jasnell@gmail.com>
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
Description of change
This commit fixes connection upgrade checks, specifically when headers are passed as an array instead of a plain object to http.request().
Fixes: #8235