-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
HPE_INVALID_HEADER_TOKEN on https requests #30515
Copy link
Copy link
Closed
Labels
httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.http_parserIssues and PRs related to the HTTP Parser dependency or the http_parser binding.Issues and PRs related to the HTTP Parser dependency or the http_parser binding.
Metadata
Metadata
Assignees
Labels
httpIssues or PRs related to the http subsystem.Issues or PRs related to the http subsystem.http_parserIssues and PRs related to the HTTP Parser dependency or the http_parser binding.Issues and PRs related to the HTTP Parser dependency or the http_parser binding.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.