]> Lady’s Gitweb - Gitweb/commit
gitweb: Don't use Content-Encoding: header in git_snapshot
authorJakub Narebski <redacted>
Mon, 11 Dec 2006 17:09:58 +0000 (18:09 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit5389af3745819e46fd9318799dd52e7c988ec75593810dc5e24f3cf0d73d4cf7
tree0da63ead906e8035101ebb33625f0c914b0b66da4652667fa01fb5b9e479fe4c
parent8634cf9a288cc337b97001cbfd75f9422a5213f7aef2148455a013c914956df6
gitweb: Don't use Content-Encoding: header in git_snapshot

Do not use Content-Encoding: HTTP header in git_snapshot, using
instead type according to the snapshot type (compression type).
Some of web browser take Content-Encoding: to be _transparent_
also for downloading, and store decompressed file (with incorrect
compression suffix) on download.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.197679 seconds and 4 git commands to generate.