remove mutex and use tokio::sync::watch for cert service
This commit is contained in:
parent
d0af82c54c
commit
19b9f2a609
5 changed files with 88 additions and 95 deletions
|
|
@ -218,7 +218,7 @@ fn generate_request_forwarded<B: core::fmt::Debug>(
|
|||
remove_hop_header(headers);
|
||||
// X-Forwarded-For
|
||||
add_forwarding_header(headers, client_addr)?;
|
||||
println!("{:?}", headers);
|
||||
// println!("{:?}", headers);
|
||||
|
||||
// Add te: trailer if te_trailer
|
||||
if te_trailers {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue