mirror of
https://github.com/e1732a364fed/v2ray_simple.git
synced 2025-12-24 13:27:56 +08:00
修复错误
This commit is contained in:
@@ -113,7 +113,7 @@ func (iw *IOWrapper) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (iw *IOWrapper) HasOwnDefaultRejectBehavior() bool {
|
||||
func (iw *IOWrapper) RejectBehaviorDefined() bool {
|
||||
|
||||
return iw.Rejecter != nil && iw.Rejecter.RejectBehaviorDefined()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user