gallery.py: Use HTTPError.content (not .message) for custom responses
authorW. Trevor King <wking@tremily.us>
Mon, 9 Dec 2013 05:02:28 +0000 (21:02 -0800)
committerW. Trevor King <wking@tremily.us>
Mon, 9 Dec 2013 05:07:04 +0000 (21:07 -0800)
commit96f4575f06c0469e5e289bec34af36b3bf34cb8d
tree55e0ebb8dd72fdc37206349a9d835324281c2505
parent4b593b735d022d7a0bdf8e0119fc7209eaabb3d1
gallery.py: Use HTTPError.content (not .message) for custom responses

.message should only hold the standard reason phrase from RFC 2616
[1].

[1]: http://tools.ietf.org/html/rfc2616#section-6.1
posts/gallery/gallery.py