Skip to content
Snippets Groups Projects
Commit ebfb1ab1 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

HTTPClient always set Content-Lenght with body. fixes #1782

http://stackoverflow.com/a/33005329/172068 tells us that we never need
to send it when it's zero. Which it always is for GET. That means we can
always send it for non-zero values.
parent fe766fd1
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