-
Notifications
You must be signed in to change notification settings - Fork 63
Comparing changes
Open a pull request
base repository: igrigorik/http-2
base: v1.1.0
head repository: igrigorik/http-2
compare: v1.1.1
- 8 commits
- 8 files changed
- 1 contributor
Commits on Apr 14, 2025
-
fix: convert buffer where frame is stored to binary encoding before p…
…acking and prepending the frame header certain DATA payload inputs were keeping the original encoding right before prepending the binary header, which could generate an incompatible encoding error Fixes HoneyryderChuck/httpx#83
Configuration menu - View commit details
-
Copy full SHA for 25fdea2 - Browse repository at this point
Copy the full SHA 25fdea2View commit details -
copy PING payload before encoding
lib users will store the ping data input to compare when receiving the peer PING frame, so it may be surprising if the data does not match because the mutable arg was changed
Configuration menu - View commit details
-
Copy full SHA for 028b14d - Browse repository at this point
Copy the full SHA 028b14dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4df0db7 - Browse repository at this point
Copy the full SHA 4df0db7View commit details -
stream: remove assignment to @State in #manage_state
calls to #event already transition @State to the next state, so this is redundant
Configuration menu - View commit details
-
Copy full SHA for bbb7d68 - Browse repository at this point
Copy the full SHA bbb7d68View commit details -
improve priority stream management
remove all calls to "#process_priority" inside "#transition", as it should only handle state machine transitions. besides, #receive already does that type of frame processing calls before calling "#transition" . this also corrects stream state management when it comes to taking priority frames into account when sending, as per the documentation on each state block, which explicitly states the cases which were not being handled.
Configuration menu - View commit details
-
Copy full SHA for ded4d10 - Browse repository at this point
Copy the full SHA ded4d10View commit details -
Configuration menu - View commit details
-
Copy full SHA for f792464 - Browse repository at this point
Copy the full SHA f792464View commit details
Commits on Apr 16, 2025
-
Merge pull request #183 from igrigorik/buffer-encoding-issues
Buffer encoding issues
Configuration menu - View commit details
-
Copy full SHA for 82922e4 - Browse repository at this point
Copy the full SHA 82922e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99cdf08 - Browse repository at this point
Copy the full SHA 99cdf08View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.0...v1.1.1