method
stream_check
stream_check()
private
Hide source
# File lib/net/http/response.rb, line 329 def stream_check raise IOError, 'attempt to read body out of block' if @socket.closed? end