Skip to content
Snippets Groups Projects
Commit 5bd8d60e authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Rudy Koento experienced problems with curl's recent habit of POSTing data in

two separate send() calls, first the headers and then the data. I've now made
a fix that for static and known content that isn't to be chunked-encoded,
everything is now sent in one single system call again. This is also better
for network performance reasons.
parent fc872808
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment