mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
4f8a8e2c06
We'll get `Errno::ECONNRESET` if the client forcibly disconnected. Just close the socket rather than raising the exception. Handle other errors in `ClientSocket#write`, too, mirroring the Faye error handling which swallows all `StandardError` on write. |
||
---|---|---|
.. | ||
authorization_test.rb | ||
base_test.rb | ||
client_socket_test.rb | ||
cross_site_forgery_test.rb | ||
identifier_test.rb | ||
multiple_identifiers_test.rb | ||
stream_test.rb | ||
string_identifier_test.rb | ||
subscriptions_test.rb |