Oleg Kalnichevski (JIRA) wrote:
     [ http://issues.apache.org/jira/browse/HTTPCORE-11?page=all ]

Looking at the patch I see calls to setSoTimeout on the socket that
DefaultHttpClientConnection has, that seems suspicious if you plan on
using nio with that. With a selector you have to handle read timeouts
yourself.

Of course you need to be able to set timeouts, but how you do that might
need to be handled by the transmitter/receiver.

Since I have not read the code much yet, I hope you will tell me
if I have totally misunderstood everything :-).

/robo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to