]> Sergey Matveev's repositories - public-inbox.git/commit
ds: switch write buffering to use a tempfile
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:14 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:26 +0000 (05:26 +0000)
commit2929e3b3c62925149a9a8cafd872bfdb017453eb
treebc457eb555014fe3c3c09b6d8b926807c0dc0e5a
parente1b203f218b3fedea3068d6265130c47f0af9f4c
ds: switch write buffering to use a tempfile

Data which can't fit into a generously-sized socket buffer,
has no business being stored in heap.
lib/PublicInbox/DS.pm
lib/PublicInbox/HTTP.pm