-
Notifications
You must be signed in to change notification settings - Fork 87
Server::HTTP produces: Error accepting SSLSocket: IOError: closed stream #177
Comments
The issue here is interesting. Under jRuby, the errors are happening as they do under Rubinius... the only difference is that when the program is terminated, suddenly a backlog of messages want to output, and that I believe is causing the build to error. |
@digitalextremist this might be because Celluloid doesn't properly implement log-flushing. By default Ruby buffers data written to I/O objects in userspace |
@tarcieri This issue also happens however, when no connections at all are made to the server.. |
Seems like a problem with I'm testing this with About to try |
This does also happen with |
New, clearer message: |
Wow. There's all kinds of new-bad going on with |
This was resolved. |
This build error is blocking #174 ( #176 ) under jruby only.
The text was updated successfully, but these errors were encountered: