##// END OF EJS Templates
reset charset for git rpc cals also
marcink -
r2581:ee980ead beta
parent child Browse files
Show More
@@ -150,6 +150,7 class GitRepository(object):
150 150
151 151 resp = Response()
152 152 resp.content_type = 'application/x-%s-result' % git_command.encode('utf8')
153 resp.charset = None
153 154 resp.app_iter = out
154 155 return resp
155 156
General Comments 0
You need to be logged in to leave comments. Login now