cleanup: http_uploader, int return codes to bool.

Log messages are adequate for debugging, and callsites weren't
doing anything but logging the error codes. Simplify the uploader
by dropping special return codes in favor of bool return codes.
True is pass, false is fail.

Change-Id: I82d37d8c607308d9127799c69146bad3f182dbff
3 files changed