1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-19 04:15:38 +02:00

remove ka timer from h2 dispatcher (#2057)

This commit is contained in:
fakeshadow
2021-03-08 12:00:20 -08:00
committed by GitHub
parent 5b4105e1e6
commit 5e81105317
3 changed files with 37 additions and 75 deletions

View File

@@ -368,7 +368,6 @@ where
conn,
on_connect_data,
config.take().unwrap(),
None,
*peer_addr,
));
self.poll(cx)