Eric Cooper reported about a problem with HTTP servers that responds with
authorDaniel Stenberg <daniel@haxx.se>
Sun, 29 May 2005 22:30:48 +0000 (22:30 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 29 May 2005 22:30:48 +0000 (22:30 +0000)
commita7846189cdb09a9d7ecca43f045cd0fb4517fe39
tree5f632ac355ecf17962350a054a6d52b4d1d36bb4
parent4762995d1f8eb79986f777e812c3b0324a7c11d3
Eric Cooper reported about a problem with HTTP servers that responds with
binary zeroes within the headers. They confused libcurl to do wrong so the
downloaded headers become incomplete. The fix is now verified with test case
262.
CHANGES
lib/transfer.c
tests/data/Makefile.am
tests/data/test262 [new file with mode: 0644]