On 9/4/06, Nicle Yang <[EMAIL PROTECTED]> wrote:
Hi UHLAR,
   I am developping a  http/1.1 client with chunk-parser, and I wanna find
a httpserver(which transfers the data in chunk mode) to verify my
chunk-parser.

You need to request content where apache httpd can't determine in
advance the content-length.  (For example, a CGI script or
SSI-processed page.)  And make sure to send the appropriate
Accept-Encoding.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to