httpd: don't bother processing failed connection
If the underlying stream failed, there's no point processing an outstanding request. It's most likely incomplete, and in any case, we won't be able to send the response. That corner case only made sense for connections half-closed on read end. (Even then, it's a little questionable, because half-closed connections eventually time out if not fully closed.)
Showing
Please register or sign in to comment