Read frame timeout (#241)

This commit is contained in:
Nikolay Kim 2023-11-10 12:42:23 +06:00 committed by GitHub
parent e020bb5296
commit a32e25d72d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 598 additions and 156 deletions

View file

@ -35,3 +35,5 @@ ntex-util = { path = "ntex-util" }
ntex-glommio = { path = "ntex-glommio" }
ntex-tokio = { path = "ntex-tokio" }
ntex-async-std = { path = "ntex-async-std" }
ntex-h2 = { git = "https://github.com/ntex-rs/ntex-h2.git" }