]> Sergey Matveev's repositories - public-inbox.git/commit
http: avoid lseek if no input
authorEric Wong <e@80x24.org>
Fri, 29 Apr 2016 20:21:39 +0000 (20:21 +0000)
committerEric Wong <e@80x24.org>
Fri, 29 Apr 2016 20:22:10 +0000 (20:22 +0000)
commit1acd8fdc49c270335257251ea3f1fd3798f09b8f
treebb8f8181d0cb8bbdbc3b9b9329eae4785fb24a64
parent752c892abbebe792ae0a88a9e3ce5792dce2ebe9
http: avoid lseek if no input

This saves us a system call for common GET/HEAD requests
with no upload body.
lib/PublicInbox/HTTP.pm