Skip to content

Commit

Permalink
Resolve review
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisstocuz committed Sep 12, 2021
1 parent bd77f6a commit c2e6c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gin.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func New() *Engine {
engine.pool.New = func() interface{} {
return engine.allocateContext()
}
engine.trustedCIDRs, _ = engine.prepareTrustedCIDRs()
_ = engine.parseTrustedProxies()
return engine
}

Expand Down

0 comments on commit c2e6c7e

Please sign in to comment.