[tor-commits] [flashproxy/master] Link to #7733 also.

dcf at torproject.org dcf at torproject.org
Wed Oct 9 15:42:29 UTC 2013


commit 21afa61e82c662eb27e9c831dbae97044ca46662
Author: David Fifield <david at bamsoftware.com>
Date:   Wed Oct 9 08:42:12 2013 -0700

    Link to #7733 also.
---
 proxy/flashproxy.js |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/proxy/flashproxy.js b/proxy/flashproxy.js
index db47184..cb2ac9e 100644
--- a/proxy/flashproxy.js
+++ b/proxy/flashproxy.js
@@ -652,7 +652,8 @@ function FlashProxy() {
     this.begin_proxy = function(client_addr, relay_addr) {
         /* Start two proxy connections because of some versions of Tor making
            two pt connections:
-           https://lists.torproject.org/pipermail/tor-dev/2012-December/004221.html */
+           https://lists.torproject.org/pipermail/tor-dev/2012-December/004221.html
+           https://trac.torproject.org/projects/tor/ticket/7733 */
         this.make_proxy_pair(client_addr, relay_addr);
         this.make_proxy_pair(client_addr, relay_addr);
     };



More information about the tor-commits mailing list