Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix header space check #2027

Merged
merged 6 commits into from
Nov 4, 2024
Merged

Fix header space check #2027

merged 6 commits into from
Nov 4, 2024

Commits on Nov 4, 2024

  1. Adopt Option::insert

    Ralith committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7fc9167 View commit details
    Browse the repository at this point in the history
  2. const VarInt::size

    Ralith committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    06fd1aa View commit details
    Browse the repository at this point in the history
  3. Format

    Ralith committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    197504c View commit details
    Browse the repository at this point in the history
  4. Account for worst-case header + tag size when deciding to coalesce

    A header and tag could easily be larger than 40 bytes.
    Ralith committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f3ca303 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06c5060 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5b7582 View commit details
    Browse the repository at this point in the history