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

refactor h1 status line helper to remove unsafe usage (#1484)

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
Rob Ede
2020-05-03 09:37:40 +01:00
committed by GitHub
parent d5ceae2074
commit f37cb6dd0b
3 changed files with 269 additions and 58 deletions

View File

@ -101,3 +101,7 @@ rust-tls = { version="0.17", package = "rustls" }
[[bench]]
name = "content-length"
harness = false
[[bench]]
name = "status-line"
harness = false