summaryrefslogtreecommitdiff
path: root/paste/httpserver.py
diff options
context:
space:
mode:
authorIan Bicking <ian@ianbicking.org>2006-05-24 06:18:43 +0000
committerIan Bicking <ian@ianbicking.org>2006-05-24 06:18:43 +0000
commit6930d7354cd54937ec457e7d7939023486355108 (patch)
treefe6dacf372dfa52a0fd4819925c308b579fc9033 /paste/httpserver.py
parent358de669227ef9c2a44c4eada7a3bde7ddf31f0f (diff)
downloadpaste-git-6930d7354cd54937ec457e7d7939023486355108.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