优化Ln连接性能

This commit is contained in:
刘祥超
2023-06-05 16:38:29 +08:00
parent c73a6cbfe8
commit bbae229d08
2 changed files with 14 additions and 6 deletions

View File

@@ -12,6 +12,10 @@ const (
LNExpiresHeader = "X-Edge-Ln-Expires"
)
func existsLnNodeIP(nodeIP string) bool {
return false
}
func (this *HTTPRequest) checkLnRequest() bool {
return false
}