Lau Hang Kin found and fixed a problem with the multi interface when doing
authorDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jan 2008 21:51:10 +0000 (21:51 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 18 Jan 2008 21:51:10 +0000 (21:51 +0000)
commit62df0ff025e247a5d1d2850e22a8cdfb9edcbfd7
tree71ae5f7b4595f7e27a2a6553b0187d41dde77472
parent01d95b56a017fba457ad2eb88f4fae626d159ce3
Lau Hang Kin found and fixed a problem with the multi interface when doing
CONNECT over a proxy. curl_multi_fdset() didn't report back the socket
properly during that state, due to a missing case in the switch in the
multi_getsock() function.
CHANGES
RELEASE-NOTES
lib/multi.c