-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
HPE_INVALID_HEADER_TOKEN on https requests #30515
Copy link
Copy link
Closed
Labels
httpIssues and PRs related to the http subsystem.Issues and PRs related to the http subsystem.http_parserIssues and PRs related to the HTTP parser implementation or http_parser binding.Issues and PRs related to the HTTP parser implementation or http_parser binding.
Description
Activity
Metadata
Metadata
Assignees
Labels
httpIssues and PRs related to the http subsystem.Issues and PRs related to the http subsystem.http_parserIssues and PRs related to the HTTP parser implementation or http_parser binding.Issues and PRs related to the HTTP parser implementation or http_parser binding.
Version: v10.16.3
Platform: alpine:3.10 in docker
Subsystem: http_parser: '2.9.2'
HTTP request crashes with
HPE_INVALID_HEADER_TOKEN.Script to reproduce:
Output:
I think it's related to http_parser: '2.9.2'. It does not happen with a slightly older build which uses http_parser: '2.8.0'.
Likely related to #27711 (comment).
The mentioned workaround does not work here, as the
--http-parseroption is not available on node v10.