diff options
author | Robey Pointer <robey@lag.net> | 2005-12-04 01:02:35 -0800 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-12-04 01:02:35 -0800 |
commit | 373e65dd971a5d0acb88ce6367c3c6a182ce9a74 (patch) | |
tree | aaeab6cacde78391c97afbb15d46a325bd4c3e6b /tests/test_util.py | |
parent | 72e28736e20771013291afa2f3e1bf2d48649f6e (diff) | |
download | paramiko-373e65dd971a5d0acb88ce6367c3c6a182ce9a74.tar.gz |
[project @ robey@lag.net-20051204090235-431d6d71cee11f68]
don't call _send_user_message() while holding the channel lock. the call may
block waiting for CTS (during rekey), and the feeder thread may be waiting on
the channel lock to clear out channel traffic before it gets to the kex-init.
instead, the 2 methods that wanted to send from inside the lock now just return
messages to send. slightly hacky but functional. :)
Diffstat (limited to 'tests/test_util.py')
0 files changed, 0 insertions, 0 deletions