Steinar H. Gunderson fixed: Correctly clear sockets from the fd_set on in
authorDaniel Stenberg <daniel@haxx.se>
Sat, 22 Sep 2007 21:23:10 +0000 (21:23 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 22 Sep 2007 21:23:10 +0000 (21:23 +0000)
commitb17bb1bb67ad2ff42cc99d1d434df5c26b1e37fb
tree00290a46ec15c26502d6cb7388f712ae4d3ff5e1
parenteee17fc8548ca3a399df9994e3937c674b9c197c
Steinar H. Gunderson fixed: Correctly clear sockets from the fd_set on in
several functions (write_tcp_data, read_tcp_data, read_udp_packets) so that
if it fails and the socket is closed the following code doesn't try to use
the file descriptor.
CHANGES
ares_process.c