-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
gzip response only if it exceeds a minimal length #2267
Merged
Merged
Commits on Sep 9, 2022
-
gzip response only if it exceeds a minimal length
If the response is too short, e.g. a few bytes, compressing the response makes it even larger. The new parameter MinLength to the GzipConfig struct allows to set a threshold (in bytes) as of which response size the compression should be applied. If the response is shorter, no compression will be applied.
Configuration menu - View commit details
-
Copy full SHA for 494f701 - Browse repository at this point
Copy the full SHA 494f701View commit details
Commits on Sep 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 30cbd47 - Browse repository at this point
Copy the full SHA 30cbd47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f965387 - Browse repository at this point
Copy the full SHA f965387View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7578986 - Browse repository at this point
Copy the full SHA 7578986View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23bbb6a - Browse repository at this point
Copy the full SHA 23bbb6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cee2d1d - Browse repository at this point
Copy the full SHA cee2d1dView commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e931f16 - Browse repository at this point
Copy the full SHA e931f16View commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c047db7 - Browse repository at this point
Copy the full SHA c047db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b3680f - Browse repository at this point
Copy the full SHA 4b3680fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 684b743 - Browse repository at this point
Copy the full SHA 684b743View 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.