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: Ensure that nil http responses don't cause issues #3329

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

df-wg
Copy link
Contributor

@df-wg df-wg commented Oct 14, 2024

In #3328, I investigated a debug error which had stopped local subscription development. This PR adds a simple nil guard around the problematic statement.

I tested this PR with our local setup and it solved our issues

I have:

  • Added tests covering the bug / feature (see testing)
  • Updated any relevant documentation (see docs)

Fixes #3328

@coveralls
Copy link

Coverage Status

coverage: 58.891% (-0.03%) from 58.919%
when pulling 4c8ff81 on df-wg:df_wg/fix_debug_trace
into 6ec416b on 99designs:master.

@StevenACoffman StevenACoffman merged commit 96429c1 into 99designs:master Oct 14, 2024
16 of 17 checks passed
@StevenACoffman
Copy link
Collaborator

Hey, thanks!

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.

Debug Tracer Causes Subscription Failure
3 participants