Skip to content

Commit

Permalink
refactor: Update reverse_proxy.yaml with new upstream locations
Browse files Browse the repository at this point in the history
  • Loading branch information
arloor committed Sep 19, 2024
1 parent 3dcdacf commit f94449f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_http_proxy/src/http1_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ fn handle_http1_connection_error(err: hyper::Error, access_label: AccessLabel) {
if io_err.kind() == ErrorKind::TimedOut {
// 由于超时导致的连接关闭(TimeoutIO)
info!(
"[legacy proxy io closed]: [{}] {} to {}",
"[legacy proxy connection io closed]: [{}] {} to {}",
io_err.kind(),
io_err,
access_label
Expand Down

0 comments on commit f94449f

Please sign in to comment.