storage:http: adjust HTTPError message in get_post_url.
authorW. Trevor King <wking@tremily.us>
Fri, 24 Aug 2012 11:24:31 +0000 (07:24 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 24 Aug 2012 11:27:14 +0000 (07:27 -0400)
commit171378e7399e7ff2651e879a8a8f4108152a6acb
tree9df059a20b7d50d710774f92d4d5dafdc45eda1d
parenteb9f603707d932641b8c580bde91ddb7d54741e0
storage:http: adjust HTTPError message in get_post_url.

We'll usually get this message if we fail to reach the server, but we
can also get it if the server is so broken that it dies without
returning a valid HTTP response.
libbe/storage/http.py