1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

simplify ConnectionInfo::new (#2282)

This commit is contained in:
Ibraheem Ahmed
2021-06-25 19:39:06 -04:00
committed by GitHub
parent 09afd033fc
commit 5eba95b731
6 changed files with 245 additions and 126 deletions

View File

@ -107,7 +107,7 @@ actix-test = { version = "0.1.0-beta.3", features = ["openssl", "rustls"] }
awc = { version = "3.0.0-beta.6", features = ["openssl"] }
brotli2 = "0.3.2"
criterion = "0.3"
criterion = { version = "0.3", features = ["html_reports"] }
env_logger = "0.8"
flate2 = "1.0.13"
zstd = "0.7"