优化代码

This commit is contained in:
GoEdgeLab
2024-01-13 19:33:29 +08:00
parent a16106a835
commit 0446e6ed9e
3 changed files with 15 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build !plus
package nodes
// 检查套餐
func (this *HTTPRequest) doPlanBefore() (blocked bool) {
// stub
return false
}