-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
area-extensionExtension portion of the appExtension portion of the apprustPull requests that update Rust codePull requests that update Rust code
Description
Motivations
- This should improve large body echo tests
Acceptance Criteria
- Test throughput on large body echo tests as baseline
- Add adaptive_window and re-test throughput
Docs
https://docs.rs/hyper/latest/hyper/server/conn/http2/struct.Builder.html#method.adaptive_window
let mut builder = hyper::client::conn::http2::Builder::new(TokioExecutor::new());
builder.adaptive_window(true);Metadata
Metadata
Assignees
Labels
area-extensionExtension portion of the appExtension portion of the apprustPull requests that update Rust codePull requests that update Rust code
Type
Projects
Status
Backlog