Skip to content

Conversation

Flash-LHR
Copy link
Contributor

Existing SSEWriter flushing expected the custom flusher interface that returns an error, but standard http.Flusher exposes a Flush method with no return value, so SSE responses using that type were not flushed; this change adds explicit support for the http.Flusher path and exercises both WriteEvent and WriteBytes to confirm the SSE payload reaches clients when only http.Flush is available.

Copy link
Contributor

@mattsp1290 mattsp1290 left a comment

Choose a reason for hiding this comment

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

🔥 thanks for looking into this! @tylerslaton or @maxkorp could you run the workflows to make sure everything is passing?

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