]> granicus.if.org Git - curl/commit
In Curl_done() if premature is TRUE, it means this connection was said to be
authorDaniel Stenberg <daniel@haxx.se>
Sun, 17 Feb 2008 13:43:32 +0000 (13:43 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 17 Feb 2008 13:43:32 +0000 (13:43 +0000)
commit240bae4eb2c10d3fb3b31ff78b8ec6e1b5899166
tree45a641198911e1be15f0c5c053050a0c2cba54bd
parent4180ca7638889eebad02d0201062b5f8fc8e3350
In Curl_done() if premature is TRUE, it means this connection was said to be
DONE before the entire request operation is complete and thus we can't know in
what state it is for re-using, so we're forced to close it. In a perfect world
we can add code that keep track of if we really must close it here or not, but
currently we have no such detail knowledge.

Jerome Muffat-Meridol helped us work this out.
lib/url.c