mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-12-19 22:07:01 +01:00
Removed debug bypass logic
This commit is contained in:
@@ -371,7 +371,7 @@ func (router *Router) logRequest(r *http.Request, succ bool, statusCode int, for
|
||||
return
|
||||
}
|
||||
|
||||
if endpoint != nil && !endpoint.DisableStatisticCollection {
|
||||
if endpoint != nil && endpoint.DisableStatisticCollection {
|
||||
// Endpoint level statistic collection disabled
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user