]> Sergey Matveev's repositories - public-inbox.git/commit
ds: lazy-initialize wbuf
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:09 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:25 +0000 (05:26 +0000)
commit0e1c3fe09a06faf24f7bca159020f69730f1275a
tree40bb7f5b2317abf9d36f52db5f3aaf31efbabeba
parentfdf67396c179a64154eaa6c10ac255d61ed39c01
ds: lazy-initialize wbuf

We don't need write buffering unless we encounter slow clients
requesting large responses.  So don't waste a hash slot or
(empty) arrayref for it.
lib/PublicInbox/DS.pm
lib/PublicInbox/EvCleanup.pm
lib/PublicInbox/HTTP.pm
lib/PublicInbox/HTTPD/Async.pm
lib/PublicInbox/NNTP.pm