mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 02:05:30 +00:00
aquatic_http: network: update inline hints, format code
This commit is contained in:
parent
c28e764929
commit
d48573a28e
2 changed files with 17 additions and 4 deletions
|
|
@ -150,7 +150,11 @@ fn accept_new_streams(
|
|||
.register(&mut stream, token, Interest::READABLE)
|
||||
.unwrap();
|
||||
|
||||
let connection = Connection::new(opt_tls_acceptor, valid_until, stream);
|
||||
let connection = Connection::new(
|
||||
opt_tls_acceptor,
|
||||
valid_until,
|
||||
stream
|
||||
);
|
||||
|
||||
connections.insert(token, connection);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue