Update of /cvsroot/freenet/freenet/src/freenet/client/http
In directory sc8-pr-cvs1:/tmp/cvs-serv31429/src/freenet/client/http

Modified Files:
        FproxyServlet.java 
Log Message:
add SendFinished, a new internal message used as a callback when sending messages. 
Make sending QueryRestarted's asynchronous. Logging.


Index: FproxyServlet.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/client/http/FproxyServlet.java,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- FproxyServlet.java  30 Aug 2003 23:16:51 -0000      1.105
+++ FproxyServlet.java  3 Sep 2003 18:10:12 -0000       1.106
@@ -662,13 +662,6 @@
                if(logDEBUG)
                    logger.log(this, "fullMimeType now "+
                               fullMimeType, logger.DEBUG);
-           } else {
-               if(logDEBUG) logger.log(this, "mimeType length: "+
-                                       mimeType.length()+", mimeType: "+
-                                       mimeType+", starts with: "+
-                                       mimeType.substring(0, "text/".length())+
-                                       ", fullMimeType: "+fullMimeType,
-                                       logger.DEBUG);
            }
            
            SplitFile splitFile = r.getMetadata().getSplitFile();

_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to