Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jul 2008 08:47:53 +0000 (08:47 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jul 2008 08:47:53 +0000 (08:47 +0000)
commit82412f218fe6809288c718c5b43b9675eb2856f5
treefbd25f4a9a4be0c1879c9cc29643caebc9cc574f
parent7c648782bc7c97be81c619acd8598c38b59c5832
Phil Blundell provided a fix for libcurl's treatment of unexpected 1xx
response codes. Previously libcurl would hang on such occurances. I added
test case 1033 to verify.
CHANGES
RELEASE-NOTES
lib/http.c
lib/transfer.c
tests/data/Makefile.am
tests/data/test1033 [new file with mode: 0644]