mirror of
https://github.com/YGGverse/ggemini.git
synced 2026-04-01 09:35:33 +00:00
rename constructor
This commit is contained in:
parent
5e52e74870
commit
075b5605a0
2 changed files with 2 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ impl Client {
|
|||
let is_session_resumption = self.is_session_resumption;
|
||||
move |result| match result {
|
||||
Ok(socket_connection) => {
|
||||
match Connection::new(
|
||||
match Connection::build(
|
||||
socket_connection,
|
||||
certificate,
|
||||
Some(network_address),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue