Hi, I have updated to the HttpClient 3.0 and I have a questing concerning the use of MultiThreadedHttpConnectionManager and the method.getResponseBodyAsStream() method.
According to the code example in threading guide (http://jakarta.apache.org/commons/httpclient/threading.html) the stream returned by the getResponseBodyAsStream() is not closed, but then again the main tutorial states: "Call method.getResponseBodyAsStream() and read the entire contents of the stream then call stream.close(). ..." So, just to be sure. The stream must always be closed even when using the MultiThreadedHttpConnectionManager? Right? -- Petteri :: +358-40-8619334 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
