Skip to content

Commit

Permalink
another neat suggestion involving dots
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty authored Nov 26, 2024
1 parent 22d1353 commit 4a4d77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/intproxy/src/proxies/incoming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ impl IncomingProxy {
// Retry on known errors.
Err(error @ InterceptorError::Reset)
| Err(error @ InterceptorError::ConnectionClosedTooSoon(..))
| Err(error @ InterceptorError::IncompleteMessage(_)) => {
| Err(error @ InterceptorError::IncompleteMessage(..)) => {
tracing::warn!(%error, ?request, "Failed to read first frames of streaming HTTP response");

let interceptor = self
Expand Down

0 comments on commit 4a4d77d

Please sign in to comment.