mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-08-26 11:11:46 +00:00
fix: do not require client-side fast open
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user