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]>
@GowthamHN GowthamHN force-pushed the superfluous-header-bug-fix branch from 600557f to 352c372 Compare August 19, 2024 17:41
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

@marcduiker
Copy link
Contributor

@holopin-bot @GowthamHN Thank you!

Copy link

holopin-bot bot commented Dec 3, 2024

Congratulations @GowthamHN, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cm489a4mn03480cmqr6zv7je9

This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account.
Or if you're new to Holopin, you can simply sign up with GitHub, which will do the trick!

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
5 participants