Closed andrewvc closed 10 years ago
The exception indicates the connection was closed, likely before you were able to read from the server.
I'll preserve the original backtrace in the exception to help track this down.
Are you using fakeweb at all?
If so, then this pull request will probably explain and fix your problem: https://github.com/chrisk/fakeweb/pull/43
I'm getting this on long running tests that re-use a connection in ruby 2.0. Any ideas?