On Sun, 2007-12-09 at 07:17 -0800, vzs64 wrote: > > > Roland Weber wrote: > > > > vzs64 wrote: > >> > >>> Interpret the exceptions and fix the cause. Most likely, > >>> the server doesn't like what you are sending. What do > >>> you mean by "along with the page"? > >> > >> The server is a public website not under my control. > > > > I didn't say you should fix the server. Fix what you are > > sending there until it doesn't reply with exceptions anymore. > > > > cheers, > > Roland > > > > My question was more generic issue of performance with ChunkedInputStream > > which was also discussed in a thread earlier ' Performance issues in > > ChunkedInputStream - Tony Thompson Apr 11, 2007; 06:59am'. > > > > Any temporary workaround's available,
Just disable chunk-coding. > or we need to wait till HttpClient > > 4.0? > > Why wait? Chunk-coding has been completely re-written for HttpClient 4.0 already. Get the latest public release of HttpClient 4.0, try executing the same request using it and see if that makes any difference. Oleg > > Regards > > > > vzs64 > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
