From 36e9b49ac109b542e080ce967eb782b885d9b7d3 Mon Sep 17 00:00:00 2001 From: FChannel <=> Date: Tue, 26 Jan 2021 13:39:08 -0800 Subject: tombstone cache posts --- main.go | 1 - 1 file changed, 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 5eab686..fef65df 100644 --- a/main.go +++ b/main.go @@ -705,7 +705,6 @@ func main() { http.Redirect(w, r, r.Header.Get("Referer"), http.StatusSeeOther) return } - w.WriteHeader(http.StatusBadRequest) w.Write([]byte("")) -- cgit v1.2.3