-
Notifications
You must be signed in to change notification settings - Fork 5.3k
QUIC config not sufficiently validated #15985
Copy link
Copy link
Closed
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.no stalebotDisables stalebot from closing an issueDisables stalebot from closing an issuequic-mvpRequired for QUIC MVPRequired for QUIC MVP
Description
If you do something like configure a QUIC transport socket, but don't hard-code the codec type to HTTP3, you hit NOT_REACHED_GCOVR_EXCL_LINE when serving. Ditto upstream. We should not just validate that you use a quic transport socket for H3, but that you don't use it for TCP.
cc @danzh2010
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.no stalebotDisables stalebot from closing an issueDisables stalebot from closing an issuequic-mvpRequired for QUIC MVPRequired for QUIC MVP