Throw out old HTTPFile->size code and use LWP
commit18a40d29236a8a00593f914191c9fd16cda082db
authordormando <dormando@rydia.net>
Wed, 27 Jul 2011 23:01:30 +0000 (27 16:01 -0700)
committerdormando <dormando@rydia.net>
Wed, 27 Jul 2011 23:01:30 +0000 (27 16:01 -0700)
tree1fd1bc650beeaea42cdd5f4db962c77b1842eecf
parent346676d533d535b06cb1b0401c5e2d2ee5834369
Throw out old HTTPFile->size code and use LWP

The old file size check code was a mess. It had missleading errors, such as
saying a path failed with it couldn't connect to a side channel.

I'm also completely dubious of the continued automatic non-optional use of the
size checking sidechannel. Users with nginx or apache backends are better
served using HTTP HEAD requests against those, even if they use mogstored for
PUT's or usage file generation.
lib/MogileFS/HTTPFile.pm