Skip to content

Extension - Enable http2 adaptive_window in hyper #211

Open
@huntharo

Description

@huntharo

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

hatoo/oha#540

let mut builder = hyper::client::conn::http2::Builder::new(TokioExecutor::new());
        builder.adaptive_window(true);

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-extensionExtension portion of the apprustPull requests that update Rust code

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions