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:
bab90dd
)
python: Always flush sys.stderr when a reqthread exits.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 2 Dec 2011 07:35:38 +0000
(08:35 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 2 Dec 2011 07:35:38 +0000
(08:35 +0100)
python3/ashd-wsgi3
patch
|
blob
|
blame
|
history
diff --git
a/python3/ashd-wsgi3
b/python3/ashd-wsgi3
index
5f5b5e1
..
da60cfa
100755
(executable)
--- a/
python3/ashd-wsgi3
+++ b/
python3/ashd-wsgi3
@@
-218,6
+218,7
@@
class reqthread(threading.Thread):
flightlock.notify()
finally:
self.req.close()
+ sys.stderr.flush()
def handle(req):
reqthread(req).start()