-
Notifications
You must be signed in to change notification settings - Fork 378
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
h2: Add a rate limit facility for h/2 RST handling (6.0) #4008
Merged
Commits on Oct 18, 2023
-
vdef: implement vmin[_t], vmax[_t] and vlimit[_t]
This should make the code easier to read and stop us from being inconsistent. Signed-off-by: Asad Sajjad Ahmed <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 078a4a4 - Browse repository at this point
Copy the full SHA 078a4a4View commit details -
h2: Add a rate limit facility for h/2 RST handling
This adds parameters h2_rapid_reset_limit and h2_rapid_reset_period, which govern the rate of which we permit clients to reset streams. If the limit is exceeded the connection is closed. Related to: varnishcache#1851 Conflicts: include/tbl/params.h
Configuration menu - View commit details
-
Copy full SHA for 109f5db - Browse repository at this point
Copy the full SHA 109f5dbView commit details -
Introduce RAPID_RESET as a sess_close reason
Conflicts: bin/varnishd/VSC_main.vsc include/tbl/sess_close.h
Configuration menu - View commit details
-
Copy full SHA for 2f12eb5 - Browse repository at this point
Copy the full SHA 2f12eb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa2551 - Browse repository at this point
Copy the full SHA 0aa2551View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4f4416 - Browse repository at this point
Copy the full SHA c4f4416View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24470e2 - Browse repository at this point
Copy the full SHA 24470e2View commit details -
Copy rapid reset parameters to the h2 session
backport of f820f80 Conflicts: include/tbl/params.h
Configuration menu - View commit details
-
Copy full SHA for 2ed3c8e - Browse repository at this point
Copy the full SHA 2ed3c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3902850 - Browse repository at this point
Copy the full SHA 3902850View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2bc7d1 - Browse repository at this point
Copy the full SHA c2bc7d1View commit details -
we can not make the parameter const because API.
Configuration menu - View commit details
-
Copy full SHA for 822995f - Browse repository at this point
Copy the full SHA 822995fView 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.