]> Sergey Matveev's repositories - public-inbox.git/commit
http: fix clobbering of $null_io
authorEric Wong <e@80x24.org>
Sun, 25 Dec 2016 09:40:25 +0000 (09:40 +0000)
committerEric Wong <e@80x24.org>
Sun, 25 Dec 2016 09:40:38 +0000 (09:40 +0000)
commit9511829a9c836a2887d9a569275cc599a463d922
tree18f482a9ca9ccb70c998abffda39f683a1e06780
parentd9e9c8ed84a15c7fdf8fa57e82fcec9de7ecba87
http: fix clobbering of $null_io

Oops, this would be disatrous if we started handling
bigger request bodies or slow clients.

Fixes: c008654229a9 ("avoid IO::File for anonymous temporary files")
lib/PublicInbox/HTTP.pm