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: fix trace middleware http writer #401

Merged
merged 3 commits into from
Oct 31, 2023
Merged

Conversation

pulak-opti
Copy link
Contributor

@pulak-opti pulak-opti commented Oct 26, 2023

Summary

  • use http response writer from chi router to avoid error case like notification api expects this writer to implement flusher interface. Using http response writer from chi router eliminate any such errors.

  • fixed one continuously failing acceptance test

@pulak-opti pulak-opti marked this pull request as ready for review October 26, 2023 11:01
Copy link
Contributor

@jaeopt jaeopt left a comment

Choose a reason for hiding this comment

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

LGTM

@pulak-opti pulak-opti merged commit 897c769 into master Oct 31, 2023
12 of 13 checks passed
@pulak-opti pulak-opti deleted the pulak/fix-response-writer branch October 31, 2023 10:46
pulak-opti added a commit that referenced this pull request Nov 2, 2023
* improve trace middleware writer

* fix failing acceptance test

* fix bug
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