tomaka / rouille

Web framework in Rust
Apache License 2.0
1.12k stars 106 forks source link

Server cannot be stopped under load #247

Closed tephrocactus closed 2 years ago

tephrocactus commented 2 years ago

If server constantly receives requests (at least a couple per second), it cannot be stopped via channel because inner while loop never breaks. This PR fixes the issue.