Fix FalseStart-SessionTicketsDisabled tests.

They weren't inheriting async settings.

Change-Id: I5e9c04914926910dce63f93462cce4024627fb26
Reviewed-on: https://boringssl-review.googlesource.com/1605
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
David Benjamin 2014-08-24 01:45:30 -04:00 committed by Adam Langley
parent 2561dc335a
commit 4e99c52bf6

View File

@ -1131,11 +1131,14 @@ func addStateMachineCoverageTests(async, splitHandshake bool, protocol protocol)
CipherSuites: []uint16{TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256},
NextProtos: []string{"foo"},
SessionTicketsDisabled: true,
Bugs: ProtocolBugs{
MaxHandshakeRecordLength: maxHandshakeRecordLength,
},
},
flags: []string{
flags: append(flags,
"-false-start",
"-select-next-proto", "foo",
},
),
})
// Client sends a V2ClientHello.