]> Sergey Matveev's repositories - public-inbox.git/commit
gzip_filter: delay async wcb call
authorEric Wong <e@80x24.org>
Mon, 25 Oct 2021 02:45:52 +0000 (02:45 +0000)
committerEric Wong <e@80x24.org>
Mon, 25 Oct 2021 08:16:59 +0000 (08:16 +0000)
commitead71b8c387f0748338a4add37eeb437a14b02d8
tree0cbe911f25039e743c189d567ac0dfc8190bd61f
parentb5454f38b1903735594e3c253617a66dd267062f
gzip_filter: delay async wcb call

This will let us modify the response header later to set
a proper charset for Content-Type when displaying raw
messages.

Cc: Thomas Weißschuh <thomas@t-8ch.de>
lib/PublicInbox/GzipFilter.pm
lib/PublicInbox/Mbox.pm
lib/PublicInbox/WwwAtomStream.pm
lib/PublicInbox/WwwStream.pm