Re: Proposal: Configurable HTTP Response length limit

2003-10-10 Thread ck
Am Freitag, 10. Oktober 2003 17:01 schrieb Eric Johnson: > I would think that if your application has any reason to believe that > the response will be unbounded, then you should use > getResponseBodyAsStream. > > I suppose would could add functions that took a limit parameter for the > functions g

Re: Proposal: Configurable HTTP Response length limit

2003-10-10 Thread ck
Am Freitag, 10. Oktober 2003 13:33 schrieb Ortwin Glück: > Chris, > > Thanks for posting. However I really don't see why this should be a > responsibility of HttpClient. The user can always discard the rest of a > response if he wants to. I my eyes you are solving the problem at too > low a level.