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.
Loading
Please register or sign in to comment