From 3155f07ccdcdd7d3fc0e5ebcf022e834b7e24688 Mon Sep 17 00:00:00 2001 From: JessonChan Date: Wed, 27 Mar 2019 13:43:27 +0800 Subject: [PATCH] no need to override Trace method. --- controller.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controller.go b/controller.go index c1bbb857..38328c17 100644 --- a/controller.go +++ b/controller.go @@ -198,6 +198,7 @@ func (c *Controller) Options() { } // Trace adds a request function to handle Trace request. +// this method SHOULD NOT be overridden. // https://tools.ietf.org/html/rfc7231#section-4.3.8 // The TRACE method requests a remote, application-level loop-back of // the request message. The final recipient of the request SHOULD