Hacker News new | ask | show | jobs
by marcosdumay 92 days ago
> how many web servers abort request processing if the connection drops?

I don't think I have ever seen a published web service which error log wasn't full of broken pipe messages. So, AFAIK, all.

1 comments

You only get a broken pipe when you write, which is often after you've already done most of the work.