]> Sergey Matveev's repositories - public-inbox.git/commit
http: cleanup partial-write handling on readonly values
authorEric Wong <e@80x24.org>
Wed, 6 Feb 2019 10:33:21 +0000 (10:33 +0000)
committerEric Wong <e@80x24.org>
Thu, 7 Feb 2019 01:00:27 +0000 (01:00 +0000)
commite7165be526e984e9b018d157df4515dc817db84f
tree9d64bdf888a3942ac61e7d931d4d9094cdef6469
parentc539d9df124a66f07edbae2bc51177a0f756cc95
http: cleanup partial-write handling on readonly values

Don't bother assigning to $_[1]; just let Danga::Socket
do its thing since $_[1] should be out-of-scope soon.
lib/PublicInbox/HTTP.pm