Skip to content

Conversation

@wpessers
Copy link
Contributor

…ng the reading and parsing of the request bodies to happen concurrently

…ng the reading and parsing of the request bodies to happen concurrently

// httpHandler handles the requests coming from the Telemetry API.
// Everytime Telemetry API sends events, this function will read them from the response body
// and put into a synchronous queue to be dispatched later.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Also this seems incorrect? I only see that queue being used in a debug log down below...

Copy link
Contributor

Choose a reason for hiding this comment

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

I noticed this as well, we can remove it.

@wpessers wpessers added enhancement New feature or request go Pull requests that update Go code labels Dec 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants