Python 3-compatible error HTTP responses.

There are several cases where str literals are used to construct WSGI responses/results. Per WSGI 1.0.1, these should be bytes, so for compatibility with Python 3, this changes them to be byte literals which are both 2.7 and 3-compatible.

Merge request reports

Loading