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

Explicitly match null status #3722

Merged
merged 1 commit into from
Aug 17, 2021

Conversation

piersoh
Copy link
Contributor

@piersoh piersoh commented Jul 30, 2021

This can be generated when a request fails with a catch(), though it can occur if the status is uninitialised or explicitly set to null.

Also it seems that the check for >= 600 is redundant since it will be caught but the earlier >= 400 check.

- This can be generated when a request fails with a catch(), though it
  can occur if the status is uninitialised or explicitly set to null.
@dsilhavy dsilhavy added this to the 4.1.0 milestone Aug 4, 2021
@dsilhavy dsilhavy merged commit ca3d95d into Dash-Industry-Forum:development Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants