mirror of
https://github.com/gin-gonic/gin.git
synced 2025-04-06 03:57:46 +08:00
fix(comment): remove todo
This commit is contained in:
parent
e4fd80c627
commit
71d3ae4f92
1
gin.go
1
gin.go
@ -345,7 +345,6 @@ func (engine *Engine) handleHTTPRequest(context *Context) {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: unit test
|
||||
if engine.HandleMethodNotAllowed {
|
||||
for _, tree := range engine.trees {
|
||||
if tree.method != httpMethod {
|
||||
|
Loading…
x
Reference in New Issue
Block a user