Skip to content

Commit

Permalink
topdown/http: Respect raise_error flag during input validation
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ashutosh-narkar committed Jan 26, 2024
1 parent 3acc0b9 commit 3cd4f59
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 47 deletions.

0 comments on commit 3cd4f59

Please sign in to comment.