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

Fix wrong response size #845

Merged
merged 1 commit into from
Sep 8, 2020
Merged

Conversation

eugkhp
Copy link

@eugkhp eugkhp commented Sep 3, 2020

The original solutions set response size equals to string size, but wrote bytes from UTF-8 encoded string. Which in most cases okay, but I encountered difficult to find problem when my string has some non-UTF-8 characters(in my case most likely NaN or Inf). When trying to curl /metrics url I was getting: curl: (18) transfer closed with 6060 bytes remaining to read

Copy link
Contributor

@mladens mladens left a comment

Choose a reason for hiding this comment

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

LGTM

@mladens mladens merged commit 13519d9 into kamon-io:master Sep 8, 2020
@ivantopo
Copy link
Contributor

ivantopo commented Sep 8, 2020

Thanks @kh-evgeniy!

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.

3 participants