]> Sergey Matveev's repositories - public-inbox.git/commit
mboxgz: ensure gzipped mboxes always have filenames
authorEric Wong <e@yhbt.net>
Thu, 30 Jan 2020 09:19:06 +0000 (09:19 +0000)
committerEric Wong <e@yhbt.net>
Fri, 31 Jan 2020 23:00:07 +0000 (23:00 +0000)
commit31cb75037a757c9388f74283a8b1ecb7c5b65f24
tree6989f99a3cb00272ff877218ebad85fabe0da903
parent3dff4a5399f10cbcb3d902da094680705c50193a
mboxgz: ensure gzipped mboxes always have filenames

Lets always have Content-Disposition for files intended
to be downloaded for consumption by non-browsers, such
as pigz, zcat, "git am".

This is also to be consistent with the non-gzipped mbox
$MESSAGE_ID/raw endpoint.
lib/PublicInbox/MboxGz.pm
t/psgi_search.t