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

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -