aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
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(""))