]> granicus.if.org Git - curl/commit
If a transfer is found out to be only partial, libcurl will now treat that
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Apr 2004 13:10:43 +0000 (13:10 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Apr 2004 13:10:43 +0000 (13:10 +0000)
commit43cbbdbea0ea1f9fdd4de6e2e44ded0431590b47
tree7b9af01eac2880238d8a8643779a7b7e1784d793
parent1d3f76df714556ce07f70470947fe36dd9fc733e
If a transfer is found out to be only partial, libcurl will now treat that
as a problem serious enough to skip the final QUIT command before closing
the control connection. To avoid the risk that it will "hang" waiting for
the QUIT response. Added test case 161 to verify this.
CHANGES