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 29, 2024
1 parent a2c2138 commit 8a8b9ff
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 48 deletions.

0 comments on commit 8a8b9ff

Please sign in to comment.