##// END OF EJS Templates
wsgicgi: change stdin to binary mode
Alexis S. L. Carvalho -
r4484:7605da1c default
parent child Browse files
Show More
@@ -12,6 +12,7 b' import os, sys'
12 from mercurial import util
12 from mercurial import util
13
13
14 def launch(application):
14 def launch(application):
15 util.set_binary(sys.stdin)
15 util.set_binary(sys.stdout)
16 util.set_binary(sys.stdout)
16
17
17 environ = dict(os.environ.items())
18 environ = dict(os.environ.items())
General Comments 0
You need to be logged in to leave comments. Login now