rouille
rouille copied to clipboard
Stop handler when client disconnects
When a client disconnects, the server should stop its request handler and abort all pending work. Reasons:
- Less susceptible to DDoS attacks
- Allows the API clients to take advantage of request cancelation without fear of wasting server resources (I do this in my web apps)