Skip to content

fix: Add isFirst check before err check #4326

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

Merged
merged 1 commit into from
Oct 3, 2022
Merged

fix: Add isFirst check before err check #4326

merged 1 commit into from
Oct 3, 2022

Conversation

kylecarbs
Copy link
Member

This was causing TestBlockNonBrowser to hang and fail.

This was causing TestBlockNonBrowser to hang and fail.
@kylecarbs kylecarbs requested a review from mafredri October 3, 2022 14:47
@kylecarbs kylecarbs self-assigned this Oct 3, 2022
@kylecarbs
Copy link
Member Author

Force merging this because CI is in shambles right now!

@kylecarbs kylecarbs merged commit 88d49db into main Oct 3, 2022
@kylecarbs kylecarbs deleted the fixblock branch October 3, 2022 14:51
if isFirst {
if res.StatusCode == http.StatusConflict {
if err != nil && res.StatusCode == http.StatusConflict {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be err == nil? Thinking this will still have the potential nil pointer deref if err != nil?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, you're correct. I'll fix this now in another PR. I merged due to panic of main being busted!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems the error isn't nil there actually, so a weird case. I'm just going to check for the status code, then it should be fine!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

2 participants