This project is archived and is in readonly mode.
Handle Net::HTTP NoMethodError bug in ActiveResource
Reported by Nick Ragaz | May 22nd, 2010 @ 10:53 PM
Versions of Net::HTTP in Ruby 1.8.7 up to r27955 attempt to close sockets that were never opened (http://redmine.ruby-lang.org/repositories/revision/ruby-187?rev=27955). This may happen if the site is down. This bug is present in the current version of Ruby Enterprise Edition (2010.01).
This patch for the current Rails 3 HEAD handles that NoMethodError and turns it into an ActiveResource::TimeoutError with a nil message. It includes a simple test.
Performance in later versions of Net::HTTP should not be affected.
Comments and changes to this ticket
-
Nick Ragaz May 22nd, 2010 @ 10:55 PM
- Tag changed from activeresource patch rails3 to 3.0.0.beta3, activeresource, path
-
Nick Ragaz May 22nd, 2010 @ 10:56 PM
- Tag changed from 3.0.0.beta3, activeresource, path to 3.0.0.beta3, activeresource, patch
-
Santiago Pastorino February 2nd, 2011 @ 04:38 PM
- State changed from new to open
- Tag changed from 3.0.0.beta3, activeresource, patch to 300beta3, activeresource, patch
This issue has been automatically marked as stale because it has not been commented on for at least three months.
The resources of the Rails core team are limited, and so we are asking for your help. If you can still reproduce this error on the 3-0-stable branch or on master, please reply with all of the information you have about it and add "[state:open]" to your comment. This will reopen the ticket for review. Likewise, if you feel that this is a very important feature for Rails to include, please reply with your explanation so we can consider it.
Thank you for all your contributions, and we hope you will understand this step to focus our efforts where they are most helpful.
-
Santiago Pastorino February 2nd, 2011 @ 04:38 PM
- State changed from open to stale
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>