mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-15 15:16:35 +08:00
因WAF规则拦截而关闭连接时,不记录499
This commit is contained in:
7
internal/nodes/client_conn_closer.go
Normal file
7
internal/nodes/client_conn_closer.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package nodes
|
||||
|
||||
type ClientConnCloser interface {
|
||||
IsClosed() bool
|
||||
}
|
||||
Reference in New Issue
Block a user