You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add a setter for header_table_size
* Include a test for setting header_table_size
* Fix formatting
* Switch pseudo header order to mimic chrome
* support chrome/okhttp impersonate
* deps(http): bump version to v0.2.11
* feat(header): support safari header pseudo order
* Send frames based on custom configuration
* Revert "deps(http): bump version to v0.2.11"
* deps(http): bump version to v0.2.11
* bump version to v0.4.2
* fix: streams awaiting capacity lockout (hyperium#730) (hyperium#734)
This PR changes the the assign-capacity queue to prioritize streams that
are send-ready.
This is necessary to prevent a lockout when streams aren't able to proceed while
waiting for connection capacity, but there is none.
Closeshyperium/hyper#3338
Co-authored-by: dswij <[email protected]>
* streams: limit error resets for misbehaving connections
This change causes GOAWAYs to be issued to misbehaving connections which for one reason or another cause us to emit lots of error resets.
Error resets are not generally expected from valid implementations anyways.
The threshold after which we issue GOAWAYs is tunable, and will default to 1024.
* Prepare v0.3.24
* perf: optimize header list size calculations (hyperium#750)
This speeds up loading blocks in cases where we have many headers already.
* deps(http): v0.2
* Fix header order
* Optimize pseudo-header sort
* Setting static headers
* feat(frame): Passing values to solve pseudo order
* Add headers priority
* Fix default flag
* Project rename to `h2-patch`
---------
Co-authored-by: 4JX <[email protected]>
Co-authored-by: Sean McArthur <[email protected]>
Co-authored-by: dswij <[email protected]>
Co-authored-by: Noah Kennedy <[email protected]>
I started the code making everything public. This was just to get things to compile and because I wasn't sure what the public API would be yet.
We probably should fix this before going too much further as it might require some refactoring.
Roughly, the visibility should be:
Public
Private
The text was updated successfully, but these errors were encountered: