зеркало из https://github.com/github/ruby.git
d0ed935d5b
* Handle BasicObject in drb Also fix a bug in rescue clause of any_to_s because sprintf does not handle the %l modifier. Fixes [Bug #7833] * Do not send a reply to the client if there is a connection error This allows for normal TCP shutdown (fin-ack-fin-ack instead of fin-ack-push-rst). Patch from pierre@mouraf.org (Pierre-Alexandre Meyer). Fixes [Bug #2339] * Detect fork and do not reuse forked connections in drb This associates each DRbConn with a pid, and if the pid changes, it closes any DRbConns in the pool with a pid that no longer matches. This fixes DRb servers from sending messages intended for one client to another client after forking. Fixes [Bug #2718] Fixes [Bug #14471] |
||
---|---|---|
.. | ||
drbtest.rb | ||
ignore_test_drb.rb | ||
test_acl.rb | ||
test_drb.rb | ||
test_drbobject.rb | ||
test_drbssl.rb | ||
test_drbunix.rb | ||
ut_array.rb | ||
ut_array_drbssl.rb | ||
ut_array_drbunix.rb | ||
ut_drb.rb | ||
ut_drb_drbssl.rb | ||
ut_drb_drbunix.rb | ||
ut_eq.rb | ||
ut_large.rb | ||
ut_port.rb | ||
ut_safe1.rb | ||
ut_timerholder.rb |