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 largest performance issue in profiler #1830

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 29, 2024

  1. lib: Add TryFrom<u64> for WireErrorCode

    This is a fallible conversion, since a peer could send an error
    code value that is unknown to quiche itself.
    LPardue committed May 29, 2024
    Configuration menu
    Copy the full SHA
    98963e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge pull request #6 from cloudflare/wire-error-convert

    lib: Add TryFrom<u64> for WireErrorCode
    catid committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8aa1dcc View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fix largest performance issue

    catid committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0184f06 View commit details
    Browse the repository at this point in the history