mirror of
https://github.com/eolinker/apinto
synced 2025-12-24 13:28:15 +08:00
add:添加cohere供应商
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user