# File lib/net/ntlm_http.rb, line 807
                def reuse
                        if body_stream
                                begin   body_stream.rewind
                                rescue; raise "error rewinding body stream for authentication"
                                end
                        end
                end