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

[26.1 backport] Explicity write http headers on streaming endpoints #47843

Merged
merged 1 commit into from
May 17, 2024

Conversation

vvoland
Copy link
Contributor

@vvoland vvoland commented May 17, 2024

This works around issues with the otel http handler wrapper causing multiple calls to WriteHeader when a Flush is called before Write.

Prevent daemon log being spammed with `superfluous response.WriteHeader call ...` message.

This works around issues with the otel http handler wrapper causing
multiple calls to `WriteHeader` when a `Flush` is called before `Write`.

Signed-off-by: Brian Goff <[email protected]>
(cherry picked from commit 707ab48)
Signed-off-by: Paweł Gronowski <[email protected]>
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM

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.

None yet

3 participants