Commit 00687868 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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)
parent bd100b2a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment