tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

Stop handler when client disconnects #142

Open mitranim opened 6 years ago

mitranim commented 6 years ago

When a client disconnects, the server should stop its request handler and abort all pending work. Reasons: