You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect the "rack.errors" value is getting closed prematurely. I think I'm passing a reference to $stderr, just like Webrick and Mongrel, but something's not quite right.
The text was updated successfully, but these errors were encountered:
... and that still didn't fix it. Rails2.x is returning a bad response (status is not an integer >= 100) and Rails3 is throwing the "bad file descriptor" error.
I suspect the "rack.errors" value is getting closed prematurely. I think I'm passing a reference to $stderr, just like Webrick and Mongrel, but something's not quite right.
The text was updated successfully, but these errors were encountered: