Message3689

Author amak
Recipients amak, frt
Date 2008-10-17.17:29:50
SpamBayes Score 3.262834e-06
Marked as misclassified No
Message-id <1224264591.9.0.898515501446.issue1154@psf.upfronthosting.co.za>
In-reply-to
Content
This is indeed a bug.

The cause is the use of nio.channels.SocketChannel.read methods, which
are unaffected by net.Socket.setSoTimeout values.

As with connect timeouts, I will have to special case the read to use
the java.net methods when in timeout mode, and the java.nio methods
otherwise.

I will fix this tomorrow.
History
Date User Action Args
2008-10-17 17:29:51amaksetmessageid: <1224264591.9.0.898515501446.issue1154@psf.upfronthosting.co.za>
2008-10-17 17:29:51amaksetrecipients: + amak, frt
2008-10-17 17:29:51amaklinkissue1154 messages
2008-10-17 17:29:51amakcreate