mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-17 09:24:36 +08:00
This reverts commit 183e9273b8.
This commit is contained in:
committed by
tangmengqiu
parent
e0af0d96e0
commit
34cb7b1bbd
@@ -7,7 +7,6 @@ import (
|
||||
"strings"
|
||||
"sync"
|
||||
"time"
|
||||
"net/http"
|
||||
|
||||
"github.com/gorilla/websocket"
|
||||
)
|
||||
@@ -33,7 +32,6 @@ func NewCombinedStreamsClient(batchSize int) *CombinedStreamsClient {
|
||||
func (c *CombinedStreamsClient) Connect() error {
|
||||
dialer := websocket.Dialer{
|
||||
HandshakeTimeout: 10 * time.Second,
|
||||
Proxy : http.ProxyFromEnvironment,
|
||||
}
|
||||
|
||||
// 组合流使用不同的端点
|
||||
|
||||
Reference in New Issue
Block a user