You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Joe Orton <jo...@manyfish.co.uk> on 2002/12/11 22:36:48 UTC

Re: [Issue 901] Changed - show progress information during commit

On Wed, Dec 11, 2002 at 09:01:01PM -0000, issues@subversion.tigris.org wrote:
> + ------- Additional Comments From gstein@tigris.org  2002-12-11 13:00 PST -------
> + Well, that temporary file is a workaround. Ideally, we'd push data
> + into Neon (as it comes out of the delta), and it would deliver that to
> + the server using the chunked transfer coding. But Neon doesn't support
> + that model (yet).

Yeah - I've been thinking about whether to add this, problem is that
realistically chunked request bodies won't get through the majority of
proxies. I confirmed that with Alex Rousskov who does a lot of
compliance testing of HTTP proxies - he said the failure cases aren't
nice either - some proxies pass through the bodies corrupt, some hang,
some reject, etc.

You really think you'd want to use chunked requests in ra_dav?

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org