Replies: 1 comment 1 reply
-
If there is no reason for that, I can fix it |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My question is, while the
Request
have thelocal_addr
andremote_addr
field, why isService::handle
dose not pass the request local and remote addr toService::hyper_handler
, it's set it asSocketAddr::Unknown
salvo/crates/core/src/http/request.rs
Lines 75 to 76 in 7ec8f1a
salvo/crates/core/src/service.rs
Lines 142 to 150 in 7ec8f1a
Beta Was this translation helpful? Give feedback.
All reactions