]> Sergey Matveev's repositories - public-inbox.git/commit
http: avoid uninitialized variable
authorEric Wong <e@80x24.org>
Mon, 23 May 2016 08:21:08 +0000 (08:21 +0000)
committerEric Wong <e@80x24.org>
Mon, 23 May 2016 08:21:54 +0000 (08:21 +0000)
commite330b2eec13ebda99a7e2981375dee4fe397f14a
tree97727614a363b0d6369bd9d4c43c9f4da18256d9
parentbb38f0fcce73904e68d4cde8f9d85e9da2e93013
http: avoid uninitialized variable

Oops, really gotta start checking logs in tests :x

Fixes: bb38f0fcce739 ("http: chunk in the server, not middleware")
lib/PublicInbox/HTTP.pm