]> Sergey Matveev's repositories - public-inbox.git/commit
http: error check for sysseek on input
authorEric Wong <e@80x24.org>
Mon, 29 Feb 2016 00:11:23 +0000 (00:11 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Feb 2016 00:27:41 +0000 (00:27 +0000)
commit9b12760f530967f7200d04c9d8b5c0b27d9e1283
treea2b67c3c3ed262f355863a4c8cf382e5f58ba5b9
parent997e3033e58dfd101d5e5bb7491c609fde75099f
http: error check for sysseek on input

Just in case we screwed up somewhere, we need to match up
syswrite to sysseek and we also favor procedural calls for
native types.
lib/PublicInbox/HTTP.pm