github.com/TeaOSLab/EdgeNode@v1.3.8/internal/nodes/http_request_cc.go (about) 1 // Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn . 2 //go:build !plus 3 4 package nodes 5 6 func (this *HTTPRequest) doCC() (block bool) { 7 return 8 }