You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by COURTAULT Francois <Fr...@gemplus.com> on 2006/03/06 15:03:17 UTC

How to test chunked http request ?

Hello,

I want to test http chunked request against Tomcat 5.x. 

Do you know how to do that ?

Regards.

Re: How to test chunked http request ?

Posted by Roland Weber <ht...@dubioso.net>.
Hello Francois,

"don't be hasty" is the motto of the Ents :-)
http://en.wikipedia.org/wiki/Ent

> I want to test http chunked request against Tomcat 5.x. 

HttpClient will use chunked encoding by default for HTTP/1.1
requests. Just stream some data to the server.

http://jakarta.apache.org/commons/httpclient/performance.html#Request/Response%20entity%20streaming

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpclient-dev-help@jakarta.apache.org