]> Sergey Matveev's repositories - public-inbox.git/commit
wwwstream: discard single-use $ctx fields after use
authorEric Wong <e@yhbt.net>
Sat, 25 Jan 2020 04:44:56 +0000 (04:44 +0000)
committerEric Wong <e@yhbt.net>
Mon, 27 Jan 2020 02:59:09 +0000 (02:59 +0000)
commitc3d8c3df9f91aead9f6c24e1402b24e02c6a6def
treeead849904b0906476d4a6c7837a75bdbcd8571ad
parenta56c80e063f992075a39d49dec4cafc0479c850e
wwwstream: discard single-use $ctx fields after use

This should make it clear that we only use these elements
once and can discard them.  While we're in the area, avoid
escaping '"' by using qq() instead of "" to quote strings
requiring interpolation.
lib/PublicInbox/WwwStream.pm