because of the handshaking i have to rewind body stream. maybe body stream
shouldn’t be sent when authenticating??
Public Instance Methods
reuse()click to toggle source
# File lib/net/ntlm_http.rb, line 806
806: defreuse
807: ifbody_stream
808: beginbody_stream.rewind
809: rescue; raise"error rewinding body stream for authentication"
810: end
811: end
812: end