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:
81a0ca3
)
python: Fixed client-abortion error raising.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 12 Apr 2011 07:21:30 +0000
(09:21 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Tue, 12 Apr 2011 07:21:30 +0000
(09:21 +0200)
python/ashd-wsgi
patch
|
blob
|
blame
|
history
diff --git
a/python/ashd-wsgi
b/python/ashd-wsgi
index
042bf3f
..
bfc4b42
100755
(executable)
--- a/
python/ashd-wsgi
+++ b/
python/ashd-wsgi
@@
-134,8
+134,8
@@
def dowsgi(req):
def write(data):
if not data:
return
- flushreq()
try:
+ flushreq()
req.sk.write(data)
req.sk.flush()
except IOError: