-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP/3: SocketsHttpHandler.PlaintextStreamFilter #58089
Comments
Tagging subscribers to this area: @dotnet/ncl Issue DetailsThis is similar to #48617 but the motivation is different. Main driver for this is ability to debug HTTP3 and anything inside like gRPC or custom application data.
|
Agreed, we should just do this. We should wrap every HTTP3 request stream with a call to the PlaintextStreamFilter if specified. |
Triage: Useful for diagnostics (logging unencrypted traffic) -- should happen in 7.0. |
This is similar to #48617 but the motivation is different. Main driver for this is ability to debug HTTP3 and anything inside like gRPC or custom application data.
While creating custom transport may be quite challenging with QUIC transport, ability to dump decrypted data should be relatively simple and completely within HttpClient scope.
The text was updated successfully, but these errors were encountered: