Thread (6 messages) flat view 6 messages, 4 authors, 2016-06-15

Re: [PATCH] git-http-fetch: Allow caching of retrieved objects byproxy servers

From: sf <hidden>
Date: 2016-06-15 22:42:06

David Lang wrote:
On Wed, 14 Sep 2005, sf wrote:
quoted
Sergey Vlasov wrote:
quoted
By default the curl library adds "Pragma: no-cache" header to all
requests, which disables caching by proxy servers.  However, most
files in a GIT repository are immutable, and caching them is safe and
could be useful.

Is caching really safe? Because of compression one git object can have 
many file representations.

only if you use different compression algorithums.
Even different implementations and different compression levels can lead 
to different file representations.
remember that git objects are identified by their sha1, if the sha1 is 
what you want (and the file matches the sha1 after you decompress it) 
then it really doesn't matter what it's on-disk representation is.
You are arguing on the git tool level but we are talking about HTTP 
which knows nothing about the uncompressed sha1.

The OP assumed that "files in a GIT repository are immutable" which is 
not true. If you consider the sequence

pack -> prune -> update zlib or git -> unpack

you can end up with different files if the new zlib implementation 
changes imcompatibly (with respect to byte-by-byte compression results) 
or if git suddenly does not use the default compression level any more.

And surely in the future there will be other git implementations than 
this one which may not even use zlib.

I do not say that caching is not possible at all but HTTP caching has 
its pitfalls so just be careful.

Regards

	Stephan
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help