MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / WAFClose

Method WAFClose

internal/nodes/http_request_waf.go:489–493  ·  view source on GitHub ↗

WAFClose 关闭连接

()

Source from the content-addressed store, hash-verified

487
488// WAFClose 关闭连接
489func (this *HTTPRequest) WAFClose() {
490 this.Close()
491
492 // 这里不要强关IP所有连接,避免因为单个服务而影响所有
493}
494
495func (this *HTTPRequest) WAFOnAction(action interface{}) (goNext bool) {
496 if action == nil {

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.95

Tested by

no test coverage detected