]> Sergey Matveev's repositories - public-inbox.git/commit
httpd/async: improve naming and comments
authorEric Wong <e@80x24.org>
Sat, 14 Sep 2019 09:35:39 +0000 (09:35 +0000)
committerEric Wong <e@80x24.org>
Sat, 14 Sep 2019 09:36:07 +0000 (09:36 +0000)
commitaea0a8d8bf9bf26898c811bf28f023d968c39de3
tree737dbf6d966645d52872ae7a4d6af53d7e19bcc7
parent500a3dad334601d928e20dd9d764fb117f65103d
httpd/async: improve naming and comments

Rename the {cleanup} field to {end}, since it's similar
to END {} and is consistent with the variable in Qspawn.pm

And document how certain subs get called, since we have
many subs named "new" and "close".
lib/PublicInbox/HTTPD/Async.pm
lib/PublicInbox/Qspawn.pm