MrDraw/tests/server/util
Gina Häußge 53b74f9caa Only construct HTTP_HOST header from SERVER_NAME and _PORT if it's unset
If HTTP_HOST is set, following PEP333 it takes precedence over SERVER_NAME and
_PORT, so we set those from it.
2016-09-08 15:18:09 +02:00
..
__init__.py Cookie names are now port specific, based on the request associated with a response 2016-09-05 12:06:56 +02:00
flask.py Only construct HTTP_HOST header from SERVER_NAME and _PORT if it's unset 2016-09-08 15:18:09 +02:00
tornado.py Fixed a small issue with RFC 5987 headers arriving as unicode in parser 2016-09-07 18:44:46 +02:00