[tor-commits] [flashproxy/master] Re-register after a failed WebSocket handshake.

dcf at torproject.org dcf at torproject.org
Mon Jul 23 04:20:18 UTC 2012


commit 0b2adc04b24f89ec5a6c572a3f8832fc7d7004aa
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Jul 22 19:31:17 2012 -0700

    Re-register after a failed WebSocket handshake.
---
 flashproxy-client |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/flashproxy-client b/flashproxy-client
index 1f85f87..ad60057 100755
--- a/flashproxy-client
+++ b/flashproxy-client
@@ -811,6 +811,7 @@ def main():
                     unlinked_remotes.append(wrapped)
                 else:
                     fd.close()
+                    register()
                 websocket_pending.remove(fd)
                 report_pending()
             elif fd in socks_pending:





More information about the tor-commits mailing list