mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-07-20 02:18:02 +00:00
feat: traffic logger tests
This commit is contained in:
@@ -90,7 +90,6 @@ func TestClientServerTCPClose(t *testing.T) {
|
||||
bs, err := io.ReadAll(conn)
|
||||
assert.NoError(t, err)
|
||||
assert.Equal(t, "happy", string(bs))
|
||||
_ = conn.Close()
|
||||
}
|
||||
|
||||
// TestClientServerUDPIdleTimeout tests whether the server's UDP idle timeout works correctly.
|
||||
|
Reference in New Issue
Block a user