Closed bobvandevijver closed 8 years ago
Gevent only accepts unicode string as value for headers, otherwise the following error is thrown:
UnicodeError: ('The value must be a native string', 'Access-Control-Max-Age', 3600)
This PR fixes this problem.
test failure doesn't seem to be related (pip unable to find a gevent distribution)
Exists in #232 and #237
Gevent only accepts unicode string as value for headers, otherwise the following error is thrown:
UnicodeError: ('The value must be a native string', 'Access-Control-Max-Age', 3600)
This PR fixes this problem.