mirror of https://github.com/v2ray/v2ray-core
format import
parent
8ecec9b49d
commit
d9884b4010
|
@ -4,11 +4,9 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/v2ray/v2ray-core/testing/assert"
|
||||
|
||||
. "github.com/v2ray/v2ray-core/transport/internet/ws"
|
||||
|
||||
v2net "github.com/v2ray/v2ray-core/common/net"
|
||||
"github.com/v2ray/v2ray-core/testing/assert"
|
||||
. "github.com/v2ray/v2ray-core/transport/internet/ws"
|
||||
)
|
||||
|
||||
func Test_Connect_ws(t *testing.T) {
|
||||
|
|
|
@ -7,9 +7,8 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/v2ray/v2ray-core/common/log"
|
||||
|
||||
"github.com/gorilla/websocket"
|
||||
"github.com/v2ray/v2ray-core/common/log"
|
||||
)
|
||||
|
||||
type wsconn struct {
|
||||
|
|
Loading…
Reference in New Issue