This commit is contained in:
parent
7b3ceb2467
commit
a33561eeb6
@ -127,7 +127,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
||||
|
||||
if count == 0 {
|
||||
log::warn!("infinite loop (client)");
|
||||
drop(client_write);
|
||||
drop(upstream);
|
||||
return;
|
||||
}
|
||||
@ -166,7 +165,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
|
||||
|
||||
if count == 0 {
|
||||
log::warn!("infinite loop (upstream)");
|
||||
drop(client_write);
|
||||
drop(upstream);
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user