mirror of
https://github.com/apernet/hysteria.git
synced 2025-04-03 20:47:38 +03:00
fix: do not require client-side fast open
This commit is contained in:
parent
506d8e01b8
commit
2c62a1a1b4
2 changed files with 10 additions and 4 deletions
|
@ -57,7 +57,6 @@ func TestClientServerHookTCP(t *testing.T) {
|
|||
c, _, err := client.NewClient(&client.Config{
|
||||
ServerAddr: udpAddr,
|
||||
TLSConfig: client.TLSConfig{InsecureSkipVerify: true},
|
||||
FastOpen: true, // Client MUST have FastOpen for this
|
||||
})
|
||||
assert.NoError(t, err)
|
||||
defer c.Close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue