Skip to content

Commit

Permalink
make it a warning if h3 is passing through header sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Jan 20, 2025
1 parent 55eadd4 commit 355bfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rama-http-backend/src/client/svc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ fn sanitize_client_req_header<S, B>(
req
}
Version::HTTP_3 => {
tracing::debug!(
tracing::warn!(
uri = %req.uri(),
"h3 request detected, but sanitize_client_req_header does not yet support this",
);
Expand Down

0 comments on commit 355bfa4

Please sign in to comment.