method

stream_check

stream_check()
private

No documentation available.

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