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