Replies: 2 comments
-
I have found this issue is still happening. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We moved this issue to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem?
When using dev-server as https, currently it warns like this:
This is happening because the server response body contains status message that is not allowed for HTTP/2 protocol.
So then it is necessary to provide the body conditional to the protocol version, but there is no informations about it in the ServerRequestEvent.
Describe the solution you'd like
My suggestion is add
httpVersion: {major:number, minor:number}
to theServerRequestEvent
interface.That can be acquired from
IncomingMessage
.Describe alternatives you've considered
Sorry, I couldn't come up with other solution.
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions