diff options
Diffstat (limited to '')
-rw-r--r-- | http_handle_repo_upload_pack.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/http_handle_repo_upload_pack.go b/http_handle_repo_upload_pack.go index 4d3ec09..04ffe57 100644 --- a/http_handle_repo_upload_pack.go +++ b/http_handle_repo_upload_pack.go @@ -59,7 +59,6 @@ func handle_upload_pack(w http.ResponseWriter, r *http.Request, params map[strin return err } - w.Header().Set("Content-Type", "application/x-git-upload-pack-result") w.Header().Set("Connection", "Keep-Alive") w.Header().Set("Transfer-Encoding", "chunked") |