Merge branch 'main' into msvc

This commit is contained in:
SleeplessOne1917 2024-05-02 22:05:34 +00:00 committed by GitHub
commit ba6dcdef08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -1413,8 +1413,7 @@ pub fn main() {
opts.tickets = false;
server_cfg = Some(make_server_cfg(&opts));
}
opts.expect_handshake_kind = opts
.expect_handshake_kind_resumed
.clone();
opts.expect_handshake_kind
.clone_from(&opts.expect_handshake_kind_resumed);
}
}