From ddc1de2fb25fda748d8d3a614b697e7f24c83eb7 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 6 Mar 2025 20:19:38 +0800 Subject: *: Reformat --- http_handle_repo_upload_pack.go | 1 - 1 file changed, 1 deletion(-) (limited to 'http_handle_repo_upload_pack.go') 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") -- cgit v1.2.3