]> granicus.if.org Git - curl/commit
when the multi handle was in DO and DOING states, the HTTP and HTTPS protocol
authorDaniel Stenberg <daniel@haxx.se>
Mon, 19 May 2008 20:57:28 +0000 (20:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 May 2008 20:57:28 +0000 (20:57 +0000)
commit3cb0dd6685235fca006f9bb4923740dcb9c52f3f
treea6137cdede9c72d99780be291b11c4fda18fd7c7
parentc2a84aa6f02ee81c5c3e12b6d35cd0307fb24d7b
when the multi handle was in DO and DOING states, the HTTP and HTTPS protocol
handler functions didn't return that the socket should be waited for writing,
but instead it was treated as if no socket was needing monitoring so REMOVE
was called prematurely
lib/http.c