method
stream_check
v2_1_10 -
Show latest stable
- Class:
Net::HTTPResponse
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