-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
http2 - compat not working as http #15491
Copy link
Copy link
Closed
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.http2Issues and PRs related to the http2 subsystem.Issues and PRs related to the http2 subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
confirmed-bugIssues and PRs for confirmed bugs.Issues and PRs for confirmed bugs.http2Issues and PRs related to the http2 subsystem.Issues and PRs related to the http2 subsystem.
I've got a weird case where
http&httpsworks without problem. However,http2compat does not.In the case where I'm trying to do a
PATCH,PUTorPOSTthe request doesn't finish withhttp2.GET,HEADand other "safe" methods work without problem.Given that
http2compat should be mostly an in place replacement forhttpI believe this is a bug somewhere?I'm basically using http2-proxy something like:
Can't create a full repo since I don't know how to do http2 requests in node.