Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperium/hyper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.14.23
Choose a base ref
...
head repository: hyperium/hyper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.14.24
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 20, 2022

  1. feat(http2): add http2_max_header_list_size to `hyper::server::Buil…

    …der` (#3006)
    
    fix incomplete changes introduced from #2828
    jiahaoliang authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    031425f View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. fix(body): set an internal max to reserve in to_bytes

    Previously, `to_bytes` would reserve extra space if after two chunks,
    there was more remaining. It used to reserve however much space the peer
    advertized.
    
    This changes now only reserves up to ~16kb. This way, a slow message
    with a big body doesn't reserve so much memory, until the data has
    actually been received.
    
    The existing warning to check for a length before calling the function
    is still the best approach.
    seanmonstar committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    4d89adc View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    92443d7 View commit details
    Browse the repository at this point in the history
  2. v0.14.24

    seanmonstar committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    40c01df View commit details
    Browse the repository at this point in the history
Loading