diff options
| author | ianb <devnull@localhost> | 2006-05-24 06:18:43 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2006-05-24 06:18:43 +0000 |
| commit | c4e5047a539fad669203baaac7fd4e0084d36d81 (patch) | |
| tree | fe6dacf372dfa52a0fd4819925c308b579fc9033 /paste/httpserver.py | |
| parent | b68c85345f4160301ceae22c70b019a427c12140 (diff) | |
| download | paste-c4e5047a539fad669203baaac7fd4e0084d36d81.tar.gz | |
Change wsgi.run_once to false
Diffstat (limited to 'paste/httpserver.py')
| -rwxr-xr-x | paste/httpserver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/httpserver.py b/paste/httpserver.py index cc78b29..4918acd 100755 --- a/paste/httpserver.py +++ b/paste/httpserver.py @@ -171,7 +171,7 @@ class WSGIHandlerMixin: ,'wsgi.errors': sys.stderr ,'wsgi.multithread': True ,'wsgi.multiprocess': False - ,'wsgi.run_once': True + ,'wsgi.run_once': False # CGI variables required by PEP-333 ,'REQUEST_METHOD': self.command ,'SCRIPT_NAME': '' # application is root of server |
