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

[PATCH] Make SVN_STREAM_CHUNK_SIZE internal and tweak it

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-12-01 17:06:37 CET

Hi,

I propose that we stop using a 100K buffer for copying data between
streams. Se the log message of the attached patch for some reasons.

It would be cool if someone on Windows could verify if this fixes issue
#1789 as Tobias Ringström claims it does. I haven't looked at that.

I wanted to put SVN__STREAM_CHUNK_SIZE in svn_private_config.h to avoid
cluttering a public header with an internal constant, but that didn't
work in mod_dav_svn, because Apache headers spits out its own autoconf
generated macros for everyone to just swallow. I've made it internal,
noted that in the docstring and hidden it from doxygen, so I did what I
could:-)

Any objections?

Thanks,
//Peter

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

Received on Thu Dec 1 17:14:38 2005

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.