]> Sergey Matveev's repositories - public-inbox.git/commit
ds: split out from ->flush_write and ->write
authorEric Wong <e@80x24.org>
Mon, 24 Jun 2019 02:52:08 +0000 (02:52 +0000)
committerEric Wong <e@80x24.org>
Mon, 24 Jun 2019 05:26:25 +0000 (05:26 +0000)
commitfdf67396c179a64154eaa6c10ac255d61ed39c01
treef077a630b81365869ffcbe630f2183737d3d8a1f
parentddba176a763dd7f36e3aa53b87907c6226207efa
ds: split out from ->flush_write and ->write

Get rid of the confusing $need_queue variable and all
the associated documentation for it.  Instead, make it
obvious that we're either skipping the write buffer or
flushing the write buffer by splitting the sub in two.
lib/PublicInbox/DS.pm