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

topdown/http: Respect raise_error flag during input validation #6553

Merged

Commits on Jan 29, 2024

  1. topdown/http: Respect raise_error flag during input validation

    Currently the `raise_error` flag is not honored during the
    input validation step. So `http.send` will return an error if
    input validation fails irrespective of the `raise_error` flag
    status. This change attempts to fix that.
    Also the description of the `raise_error` flag is updated to
    reflect actual behavior.
    
    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8a8b9ff View commit details
    Browse the repository at this point in the history