From 64d43b60c4530e29b1d5e2a1719d8b01a3207a08 Mon Sep 17 00:00:00 2001 From: lidongjie Date: Mon, 14 Oct 2024 16:34:57 +0800 Subject: [PATCH] =?UTF-8?q?add:=E6=B7=BB=E5=8A=A0cohere=E4=BE=9B=E5=BA=94?= =?UTF-8?q?=E5=95=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node/fasthttp-client/client.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/node/fasthttp-client/client.go b/node/fasthttp-client/client.go index 0a6b840b..a14babd7 100644 --- a/node/fasthttp-client/client.go +++ b/node/fasthttp-client/client.go @@ -3,7 +3,6 @@ package fasthttp_client import ( "crypto/tls" "fmt" - "github.com/eolinker/eosc/log" "net" "strings" "sync" @@ -176,7 +175,7 @@ func (c *Client) ProxyTimeout(addr string, host string, req *fasthttp.Request, r //} else { // request.SetRequestURI(requestURI) //} - log.Info("requestURI:", request.URI().String()+", host:", request.Host(), " body:", string(request.Body())) + //log.Info("requestURI:", request.URI().String()+", host:", request.Host(), " body:", string(request.Body())) return client.DoTimeout(req, resp, timeout) //if err != nil { // return err