fix: fix message handler (changed this inside Arc)
This commit is contained in:
parent
6a616b1603
commit
3d60175c11
7 changed files with 32 additions and 12 deletions
|
|
@ -50,7 +50,7 @@ where
|
|||
|
||||
/// Handle incoming request message from a client
|
||||
pub async fn handle_request(
|
||||
self,
|
||||
&self,
|
||||
mut req: Request<Body>,
|
||||
client_addr: SocketAddr, // アクセス制御用
|
||||
listen_addr: SocketAddr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue