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

Fix invalid response code identification #67

Merged
merged 1 commit into from
Jan 13, 2022
Merged

Conversation

atc0005
Copy link
Owner

@atc0005 atc0005 commented Jan 13, 2022

Logical OR used when AND was needed, which resulted in error code ranges being unintentionally matched.

fixes GH-66

Logical `OR` used when `AND` was needed, which resulted in
error code ranges being unintentionally matched.

refs GH-66
@atc0005 atc0005 added this to the v0.1.6 milestone Jan 13, 2022
@atc0005 atc0005 self-assigned this Jan 13, 2022
@atc0005
Copy link
Owner Author

atc0005 commented Jan 13, 2022

See #68 for future efforts to automate validation of the expected behavior.

@atc0005 atc0005 merged commit c07ad46 into master Jan 13, 2022
@atc0005 atc0005 deleted the i66-fix-response-code branch January 13, 2022 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect "success" HTTP status code range identification
1 participant