[Red5commits] [1665] the debug proxy is now working again

jbauch luke at codegent.com
Thu Jan 25 19:10:08 EST 2007


the debug proxy is now working again


Timestamp: 01/25/07 19:01:35 EST (less than one hour ago) 
Change: 1665 
Author: jbauch

Files (see diff or trac for details): 
java/server/trunk/src/org/red5/server/net/proxy/DebugProxyHandler.java


Trac: http://mirror1.cvsdude.com/trac/osflash/red5/changeset/1665

Index: /java/server/trunk/src/org/red5/server/net/proxy/DebugProxyHandler.java
===================================================================
--- /java/server/trunk/src/org/red5/server/net/proxy/DebugProxyHandler.java (revision 1654)
+++ /java/server/trunk/src/org/red5/server/net/proxy/DebugProxyHandler.java (revision 1665)
@@ -160,4 +160,5 @@
 			log.debug("Connecting..");
 			SocketConnector connector = new SocketConnector();
+			connector.setHandler(this);
 			ConnectFuture future = connector.connect(forward); //, this);
 			future.join(); // wait for connect, or timeout


Note:
Diffs are chopped if more than 25k.
This is to get past the limit on the mailing list.



More information about the Red5commits mailing list