Tres Seaver
2013-06-19 1a1756542d2b259f48b9f8959277f2151ccee7ed
Trailing whitespace.
1 files modified
4 ■■■■ changed files
pyramid/scripts/prequest.py 4 ●●●● patch | view | raw | blame | history
pyramid/scripts/prequest.py
@@ -110,9 +110,9 @@
        environ = {
            'REQUEST_METHOD': request_method,
            'SCRIPT_NAME': '',           # may be empty if app is at the root
            'PATH_INFO': path,
            'PATH_INFO': path,
            'SERVER_NAME': 'localhost',  # always mandatory
            'SERVER_PORT': '80',         # always mandatory
            'SERVER_PORT': '80',         # always mandatory
            'SERVER_PROTOCOL': 'HTTP/1.0',
            'CONTENT_TYPE': 'text/plain',
            'REMOTE_ADDR':'127.0.0.1',