]> granicus.if.org Git - curl/commit
don't do the GOT_NOTHING error check if the DONE function was called with
authorDaniel Stenberg <daniel@haxx.se>
Sun, 17 Feb 2008 13:40:35 +0000 (13:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 17 Feb 2008 13:40:35 +0000 (13:40 +0000)
commit4180ca7638889eebad02d0201062b5f8fc8e3350
tree32097eb94c57f4d1fb3f8c9bfba8c1a92b3ea0cd
parent0e73361a06fd0b458816d1121fe39e0415f9f150
don't do the GOT_NOTHING error check if the DONE function was called with
premature set TRUE, which means it was done before the request comleted. It
could then very well not have received any data.
lib/http.c