Re: [PATCH] git-http-fetch: Allow caching of retrieved objects by proxy servers
From: sf <hidden> Date: 2016-06-15 22:42:06
Sergey Vlasov wrote:
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.
Regards
Stephan