http - What status codes raise Errno::ECONNRESET in Ruby? -
using httparty make request. how can find out http responses raise errno::econnreset
?
the error no longer happening, browse code or documentation.
ruby docs didn't help: http://ruby-doc.org/stdlib-2.1.1/libdoc/webrick/rdoc/errno/econnreset.html
errno::econnreset isn't caused http status code. it's thrown when remote host closes tcp connection prematurely.
Comments
Post a Comment