method

stream_check

v1_9_2_180 - Show latest stable - Class: Net::HTTPResponse
stream_check()
private

No documentation available.

# File lib/net/http.rb, line 2456
    def stream_check
      raise IOError, 'attempt to read body out of block' if @socket.closed?
    end