diff --git a/proto/proto.go b/proto/proto.go index 07cf638..41768e2 100644 --- a/proto/proto.go +++ b/proto/proto.go @@ -295,7 +295,7 @@ func Status(payload []byte) []byte { } var httpMethods []string = []string{ - "GET ", "OPTI", "HEAD", "POST", "PUT ", "DELE", "TRAC", "CONN", + "GET ", "OPTI", "HEAD", "POST", "PUT ", "DELE", "TRAC", "CONN", /* custom methods */"BAN", "PURG" } func IsHTTPPayload(payload []byte) bool {