summaryrefslogtreecommitdiff
path: root/paste/httpserver.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-05-24 06:18:43 +0000
committerianb <devnull@localhost>2006-05-24 06:18:43 +0000
commitc4e5047a539fad669203baaac7fd4e0084d36d81 (patch)
treefe6dacf372dfa52a0fd4819925c308b579fc9033 /paste/httpserver.py
parentb68c85345f4160301ceae22c70b019a427c12140 (diff)
downloadpaste-c4e5047a539fad669203baaac7fd4e0084d36d81.tar.gz
Change wsgi.run_once to false
Diffstat (limited to 'paste/httpserver.py')
-rwxr-xr-xpaste/httpserver.py2
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