-
-
Notifications
You must be signed in to change notification settings - Fork 35.1k
Closed
Labels
http2Issues or PRs related to the http2 subsystem.Issues or PRs related to the http2 subsystem.questionIssues that look for answers.Issues that look for answers.
Description
Was trying today to use http2 with chrome and I get errors like:
[2018-04-22T20:06:46.518Z] ERROR (proxy/81952 on Roberts-MacBook-Pro-2.local): session error
err: {
"type": "NghttpError",
"message": "Received bad client magic byte string",
"stack":
Error [ERR_HTTP2_ERROR]: Received bad client magic byte string
at Http2Session.onSessionInternalError [as error] (internal/http2/core.js:574:26)
"code": "ERR_HTTP2_ERROR",
"name": "Error [ERR_HTTP2_ERROR]",
"errno": -903
}
Possibly related? nghttp2/nghttp2#607
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
http2Issues or PRs related to the http2 subsystem.Issues or PRs related to the http2 subsystem.questionIssues that look for answers.Issues that look for answers.