http_send.c: Never check the client fd for writability.
authorAndre Noll <maan@systemlinux.org>
Sat, 2 Feb 2008 13:28:25 +0000 (14:28 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 2 Feb 2008 13:28:25 +0000 (14:28 +0100)
commit7ce5851c7b28e0bcc81c4b7d7744d337c081100e
tree79f7224b63219c700258f2352cd9d5abfcdb5986
parentaf1916caa460c43e05a325ea663aaf2764fda2cc
http_send.c: Never check the client fd for writability.

The fd is set to nonblocking mode, so writes will never
block but fail.
http_send.c