-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Getting Effective URI #1612
Copy link
Copy link
Open
Labels
A-serverArea: server.Area: server.B-rfcBlocked: More comments would be useful in determine next steps.Blocked: More comments would be useful in determine next steps.
Metadata
Metadata
Assignees
Labels
A-serverArea: server.Area: server.B-rfcBlocked: More comments would be useful in determine next steps.Blocked: More comments would be useful in determine next steps.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I have a trivial server with these lines:
When I execute
curl localhost:3000/foo, I get this output:When I execute
curl --http2-prior-knowledge localhost:3000/foo, I get the following:Why the difference? It would be nice to have HTTP1 and HTTP2 behave the same... I couldn't pinpoint where this is happening in the code or I'd have sent a PR.