[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: dump format refinement

From: Daniel Stenberg <daniel_at_haxx.se>
Date: 2002-04-30 08:10:16 CEST

On 29 Apr 2002, Marcus Comstedt wrote:

> > Indeed, it would be tricky. I wonder how httpd deals with this when you
> > GET a file....?
>
> If it's really a file, then it would probably just stat it to get the
> length. For dynamic content, there is a mechanism in HTTP/1.1 that allows
> you to transfer the content as an unspecified number of chunks, each
> prefixed with its own content-length. Don't know if any httpd actually
> implements it though.

Chunked transfer-encoding is mandatory for HTTP 1.1, so every server that
claims 1.1 should support it... All the major ones do, afaik.

Details in RFC2616 section 3.6.

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 30 08:11:24 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.