mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 09:35:33 +00:00
hold NetworkAddress and SocketConnection as the Connection members
This commit is contained in:
parent
2102d8887a
commit
a12a73d311
2 changed files with 9 additions and 5 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue