Browse Source

Merge pull request #979 from easonlin404/fix-comment

fix(comment): remove todo
Javier Provecho Fernandez 8 năm trước cách đây
mục cha
commit
2521d8246d
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      gin.go

+ 0 - 1
gin.go

@@ -345,7 +345,6 @@ func (engine *Engine) handleHTTPRequest(context *Context) {
 		}
 		}
 	}
 	}
 
 
-	// TODO: unit test
 	if engine.HandleMethodNotAllowed {
 	if engine.HandleMethodNotAllowed {
 		for _, tree := range engine.trees {
 		for _, tree := range engine.trees {
 			if tree.method != httpMethod {
 			if tree.method != httpMethod {