curl-to-ruby icon indicating copy to clipboard operation
curl-to-ruby copied to clipboard

EOFError at /registration end of file reached

Open GenieRobot opened this issue 4 years ago • 0 comments

This block

                    response = Net::HTTP.start(uri.hostname, uri.port) do |http|

                            http.request(request)

                    end

results in the abovementioned error.

GenieRobot avatar Oct 19 '21 14:10 GenieRobot