Skip to content

Commit

Permalink
docs: typo
Browse files Browse the repository at this point in the history
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
  • Loading branch information
jcchavezs and anuraaga authored Aug 1, 2023
1 parent 7843e7a commit 6839e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/e2e/e2e.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ func Run(cfg Config) error {
}

if test.expectedBody != nil {
// Same servers might aborting the request before sending the body (E.g. triggering a phase 3 rule with deny action)
// Some servers might abort the request before sending the body (E.g. triggering a phase 3 rule with deny action)
// Therefore, we check if we properly read the body only if we expect a body to be received.
if errReadRespBody != nil {
return fmt.Errorf("could not read response body: %v", err)
Expand Down

0 comments on commit 6839e51

Please sign in to comment.