Greg Morse reported a problem with POSTing using ANYAUTH to a server requiring
authorDaniel Stenberg <daniel@haxx.se>
Wed, 1 Aug 2007 12:58:04 +0000 (12:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 1 Aug 2007 12:58:04 +0000 (12:58 +0000)
commit006878686cfd3faa9eca92fc8fe60cb8f8073a59
tree6b12e64e562cf0829627bf4dbb3ce250159b9734
parentbd100b2a51707fd49943b882aa10258814754f21
Greg Morse reported a problem with POSTing using ANYAUTH to a server requiring
NTLM, and he provided test code and a test server and we worked out a bug
fix. We failed to count sent body data at times, which then caused internal
confusions when libcurl tried to send the rest of the data in order to
maintain the same connection alive.

(and then I did some minor reformatting of code in lib/http.c)
CHANGES
RELEASE-NOTES
lib/http.c