Kiln » largefiles » Unity
Clone URL:  

bfproto: don't send headers on ssh putbfile

Changeset ce06dbe3dc9d

Parent 3f7c774d4737

by Profile picture of User 521Andrew Pritchard <andrewp@fogcreek.com>

Changes to one file · Browse files at ce06dbe3dc9d Showing diff from parent 3f7c774d4737 Diff from another changeset...

 
83
84
85
86
87
 
88
89
90
 
83
84
85
 
 
86
87
88
89
@@ -83,8 +83,7 @@
  # in this case: send the data straight through   else:   try: - ret, output = self._callpush("putbfile", fd, sha=sha, - headers={'content-type':'application/mercurial-0.1'}) + ret, output = self._callpush("putbfile", fd, sha=sha)   if ret == "":   raise error.ResponseError(_('putbfile failed:'),   output)