Hello: I am using commons-httpclient-3.0-rc3.
Every once in a while my getResponseBody call on a GetMethod blocks indefinitely. I have tried using getResponseBodyAsStream but the call now blocks on read method. How can I specify a timeout value, so if no bytes are received within a timeframe, timeout occurs and method exits. Regards Mehrshad --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
