Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d3e031
)
python: Fixed SCGI handler typo.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 12 Apr 2011 07:23:10 +0000
(09:23 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 12 Apr 2011 07:23:10 +0000
(09:23 +0200)
python/ashd/scgi.py
patch
|
blob
|
blame
|
history
diff --git
a/python/ashd/scgi.py
b/python/ashd/scgi.py
index
0bc7a57
..
4583fa7
100644
(file)
--- a/
python/ashd/scgi.py
+++ b/
python/ashd/scgi.py
@@
-117,7
+117,7
@@
def wrapwsgi(handler):
for data in respiter:
write(data)
if resp:
- flushre
sp
()
+ flushre
q
()
finally:
if hasattr(respiter, "close"):
respiter.close()