refactor(http2): store bdp sampler in Body H2 variant

This commit is contained in:
Sean McArthur
2020-03-03 14:23:49 -08:00
parent a82fd6c94a
commit 6a1bd055fc
3 changed files with 7 additions and 20 deletions

View File

@@ -27,7 +27,7 @@ futures-util = { version = "0.3", default-features = false }
http = "0.2"
http-body = "0.3.1"
httparse = "1.0"
h2 = "0.2.1"
h2 = "0.2.2"
itoa = "0.4.1"
log = "0.4"
pin-project = "0.4"