One thing that looks wrong is the call to 'return handleThrowable(null, false)' on row 359 in SendData.java. The documentation for handleThrowable looks like
* Handle a throwable thrown during I/O. We are expected to close the connection, * etc. * @param t the throwable causing the failure, can be null. * @param inWrite whether we were writing at the time. false means we were reading. Aren't we sending during StackTrace #1? If so, then the second parameter should not be 'false' but rather 'true'. This doesn't solve anything but still... /N _______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
