You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When HttpClient uses java.net.URLConnection#getOutputStream to write body, doOutput is not set to true, it will cause an exception cannot write to a URLConnection if doOutput=false - call setDoOutput(true)
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
Issue Description
Type: bug report or feature request
Describe what happened (or what feature you want)
When
HttpClient
usesjava.net.URLConnection#getOutputStream
to write body,doOutput
is not set to true, it will cause an exceptioncannot write to a URLConnection if doOutput=false - call setDoOutput(true)
Describe what you expected to happen
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Anything else we need to know?
The text was updated successfully, but these errors were encountered: