From 658a40e16cc1ce57d9d7253fd7eed225906df70d Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Fri, 12 Dec 2025 21:24:48 -0300 Subject: [PATCH] grasp: remove superfluous status code. --- khatru/grasp/read.go | 1 - 1 file changed, 1 deletion(-) diff --git a/khatru/grasp/read.go b/khatru/grasp/read.go index 78014d2..aa3ced3 100644 --- a/khatru/grasp/read.go +++ b/khatru/grasp/read.go @@ -63,7 +63,6 @@ func (gs *GraspServer) handleGitUploadPack( w.Header().Set("Content-Type", "application/x-git-upload-pack-result") w.Header().Set("Connection", "Keep-Alive") w.Header().Set("Cache-Control", "no-cache, max-age=0, must-revalidate") - w.WriteHeader(200) if err := gs.runUploadPack(w, r, repoPath, bodyReader); err != nil { w.Header().Set("content-type", "text/plain; charset=UTF-8")