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
Ensure that when constructing a request the body is not set twice.
# File lib/net/http.rb, line 1908defset_body_internal(str)#:nodoc: internal use onlyraiseArgumentError,"both of body argument and HTTPRequest#body set"ifstrand(@bodyor@body_stream)self.body=strifstrend
The text was updated successfully, but these errors were encountered:
Ensure that when constructing a request the body is not set twice.
The text was updated successfully, but these errors were encountered: