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(node): only send 500 if no headers sent yet #857

Merged
merged 2 commits into from
Jun 15, 2022

Conversation

TimoGlastra
Copy link
Contributor

If an error occurred after a message has been sent in response in the http inbound transport it would error out because we can't return a response twice in http. This just checks if the response is already sent

Signed-off-by: Timo Glastra <timo@animo.id>
@TimoGlastra TimoGlastra requested a review from a team as a code owner June 15, 2022 08:56
@TimoGlastra TimoGlastra changed the title fix(node): only send 500 if noheaders sent yet fix(node): only send 500 if no headers sent yet Jun 15, 2022
@TimoGlastra TimoGlastra enabled auto-merge (squash) June 15, 2022 09:03
@TimoGlastra TimoGlastra merged commit 4be8f82 into openwallet-foundation:main Jun 15, 2022
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