mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
http: add worker index data
This commit is contained in:
parent
b41c565e38
commit
766c6f87ca
3 changed files with 33 additions and 7 deletions
|
|
@ -92,6 +92,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
|
|||
request_mesh_builder,
|
||||
priv_dropper,
|
||||
server_start_instant,
|
||||
i,
|
||||
)
|
||||
.await
|
||||
})
|
||||
|
|
@ -122,6 +123,7 @@ pub fn run(config: Config) -> ::anyhow::Result<()> {
|
|||
state,
|
||||
request_mesh_builder,
|
||||
server_start_instant,
|
||||
i,
|
||||
)
|
||||
.await
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue