aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/tests/test_tools.py
Commit message (Collapse)AuthorAgeFilesLines
* trac#5397: Allow decode_request to parse content-type headers with extra ↵Ben Sturmfels2016-01-211-0/+61
options. It previously parsed "Content-Type: application/x-www-form-urlencoded", but not "Content-Type: application/x-www-form-urlencoded; charset=utf-8".