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

append newline to the end of UDP messages if needed #9

Merged
merged 1 commit into from
Aug 29, 2012

Conversation

joeshaw
Copy link
Contributor

@joeshaw joeshaw commented Aug 29, 2012

Many statsd clients don't append newlines to their UDP messages, but
they are required when handling ASCII commands, as they're used as
a delimiter for TCP messages. Automatically append them after
handling the UDP packet if not already present.

Many statsd clients don't append newlines to their UDP messages, but
they are required when handling ASCII commands, as they're used as
a delimiter for TCP messages.  Automatically append them after
handling the UDP packet if not already present.
@armon
Copy link
Collaborator

armon commented Aug 29, 2012

LGTM. Thanks!

armon added a commit that referenced this pull request Aug 29, 2012
append newline to the end of UDP messages if needed
@armon armon merged commit fe37e37 into statsite:master Aug 29, 2012
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.

None yet

2 participants