Hi,

I'm working with the HttpClient in my webapplication, unfortunately I'm 
"GET"ing some pretty large documents through the Http Client. Is there 
any way I can stop it from "buffering" the response and just hand me the 
"real" InputStream from the request? It's not very helpfull to store the 
entire response in memory or file when all you want is to hand it on to 
a SAX parser.

-Mark Diggory
Harvard-MIT Data Center


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

Reply via email to