Skip to content

Commit eae62ff

Browse files
author
root
committed
Fix #47
1 parent ac96ab7 commit eae62ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: app/controllers/git_http_controller.rb

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ def get_info_refs
151151

152152
self.response.status = 200
153153
self.response.headers["Content-Type"] = content_type
154+
self.response.headers["Content-Transfer-Encoding"] = "binary"
154155
hdr_nocache
155156

156157
if Rails::VERSION::MAJOR >= 3

0 commit comments

Comments
 (0)