##// END OF EJS Templates
httprepo: send Content-Type instead of content-type
Sune Foldager -
r10526:72d3a02c stable
parent child Browse files
Show More
@@ -231,7 +231,7 b' class httprepository(repo.repository):'
231 231 try:
232 232 resp = self.do_read(
233 233 'unbundle', data=fp,
234 headers={'content-type': 'application/mercurial-0.1'},
234 headers={'Content-Type': 'application/mercurial-0.1'},
235 235 heads=' '.join(map(hex, heads)))
236 236 resp_code, output = resp.split('\n', 1)
237 237 try:
General Comments 0
You need to be logged in to leave comments. Login now