Skip to content
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

Add body_size_limit option to http module #836

Merged
merged 2 commits into from
Oct 19, 2021

Commits on Oct 15, 2021

  1. Add body_size_limit option to http module

    This option limits the maximum body length that will be read from the
    HTTP server. It's meant to prevent misconfigured servers from causing
    the probe to use too many resources, even if temporarily. It's not an
    additional check on the response, for that, use the resulting metrics
    (probe_http_content_length, probe_http_uncompressed_body_length, etc).
    
    Signed-off-by: Marcelo E. Magallon <[email protected]>
    mem committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    61c5cf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Update config/config.go

    Co-authored-by: Julien Pivotto <[email protected]>
    mem and roidelapluie authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    4444234 View commit details
    Browse the repository at this point in the history