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: No more BytesWarnings #1286

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

Commits on Nov 14, 2024

  1. fix: No more BytesWarnings

    Fixes python-hyper#1236.
    
    This patch makes all header operations operate on `bytes` and converts all headers and values to bytes before operation. With a follow up patch to `hpack` it should also increase efficiency as currently, `hpack` casts everything to a `str` first before converting back to bytes: https://github.com/python-hyper/hpack/blob/02afcab28ca56eb5259904fd414baa89e9f50266/src/hpack/hpack.py#L150-L151
    BYK committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    605f0ea View commit details
    Browse the repository at this point in the history
  2. some docstring fixes

    BYK committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    716c67e View commit details
    Browse the repository at this point in the history
  3. revert moar stylistic changes

    BYK committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e36eeff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0849ca View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. undo STATUS_HEADER

    BYK committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    027e04c View commit details
    Browse the repository at this point in the history
  2. fix bad refactor

    BYK committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    913b893 View commit details
    Browse the repository at this point in the history
  3. add more upstream tests

    BYK committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    66d4393 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

  1. Configuration menu
    Copy the full SHA
    b7d7ddf View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. revert unrelated change

    BYK committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    ecdbb43 View commit details
    Browse the repository at this point in the history