James Bursa identified a libcurl HTTP bug and a good way to repeat it. If a
authorDaniel Stenberg <daniel@haxx.se>
Sat, 13 Aug 2005 21:28:46 +0000 (21:28 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 13 Aug 2005 21:28:46 +0000 (21:28 +0000)
commit35110eca737b86c555add7d3fd19dc4111ed8248
treec2f66d401685fed492075b2b132959e30a343baf
parent9ad92b300726ca901ce08c5ab73096b89e607dc0
James Bursa identified a libcurl HTTP bug and a good way to repeat it. If a
site responds with bad HTTP response that doesn't contain any header at all,
only a response body, and the write callback returns 0 to abort the
transfer, it didn't have any real effect but the write callback would be
called once more anyway.
lib/transfer.c