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

Fixed superfluous bug #619

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

GowthamHN
Copy link
Contributor

Description

Made the writeHeader calls non superfluous.

Issue reference

#618

Please reference the issue this PR will close: #618

@GowthamHN GowthamHN requested review from a team as code owners August 19, 2024 17:37
Signed-off-by: Gowtham H N <[email protected]>
Copy link
Contributor

@cicoyle cicoyle left a comment

Choose a reason for hiding this comment

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

I can confirm I was seeing this locally as well and had to make this same change to resolve this err:

== APP == 2024/10/22 13:54:53 http: superfluous response.WriteHeader call from [github.com/dapr/go-sdk/service/http.(*Server).registerBaseHandler.func6](http://github.com/dapr/go-sdk/service/http.(*Server).registerBaseHandler.func6) (topic.go:214)

@yaron2 yaron2 merged commit a074ea7 into dapr:main Oct 28, 2024
1 check passed
@yaron2 yaron2 added this to the v1.12 milestone Oct 28, 2024
@yaron2
Copy link
Member

yaron2 commented Oct 28, 2024

Thanks for your contribution @GowthamHN

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.

http: superfluous response.WriteHeader call in topic.go:200
4 participants