mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-26 06:56:35 +08:00
减少一些不必要的访问统计
This commit is contained in:
@@ -46,4 +46,7 @@ type Request interface {
|
||||
|
||||
// DisableAccessLog 在当前请求中不使用访问日志
|
||||
DisableAccessLog()
|
||||
|
||||
// DisableStat 在当前请求中停用统计
|
||||
DisableStat()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user