aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorFChannel <=>2021-01-26 13:39:08 -0800
committerFChannel <=>2021-01-26 13:39:08 -0800
commit36e9b49ac109b542e080ce967eb782b885d9b7d3 (patch)
treeff38e8afbf5bb57cbcb74af687351d1bbd6ae5c3 /main.go
parenta589c58ed85eece34a8e3938219bd0264238b2a8 (diff)
tombstone cache posts
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
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(""))