mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 09:45:31 +00:00
http: fix enclose macro invocation error
This commit is contained in:
parent
b0e23a889c
commit
86ff9cd577
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ pub async fn run_socket_worker(
|
||||||
request_senders,
|
request_senders,
|
||||||
opt_tls_config,
|
opt_tls_config,
|
||||||
connection_handles,
|
connection_handles,
|
||||||
valid_until,
|
valid_until
|
||||||
)
|
)
|
||||||
async move {
|
async move {
|
||||||
#[cfg(feature = "metrics")]
|
#[cfg(feature = "metrics")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue