hold NetworkAddress and SocketConnection as the Connection members

This commit is contained in:
yggverse 2025-03-22 19:03:42 +02:00
parent 2102d8887a
commit a12a73d311
2 changed files with 9 additions and 5 deletions

View file

@ -74,8 +74,8 @@ impl Client {
Ok(socket_connection) => {
match Connection::build(
socket_connection,
network_address,
certificate,
Some(network_address),
is_session_resumption,
) {
Ok(connection) => connection.request_async(