method

stream_check

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

No documentation available.

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