-
Notifications
You must be signed in to change notification settings - Fork 157
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
BYK
wants to merge
9
commits into
python-hyper:master
Choose a base branch
from
BYK:byk/fix/no-byteswarnings
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+523
−402
Commits on Nov 14, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 605f0ea - Browse repository at this point
Copy the full SHA 605f0eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 716c67e - Browse repository at this point
Copy the full SHA 716c67eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e36eeff - Browse repository at this point
Copy the full SHA e36eeffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0849ca - Browse repository at this point
Copy the full SHA d0849caView commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 027e04c - Browse repository at this point
Copy the full SHA 027e04cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 913b893 - Browse repository at this point
Copy the full SHA 913b893View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66d4393 - Browse repository at this point
Copy the full SHA 66d4393View commit details
Commits on Nov 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7d7ddf - Browse repository at this point
Copy the full SHA b7d7ddfView commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ecdbb43 - Browse repository at this point
Copy the full SHA ecdbb43View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.