Skip to content
This repository has been archived by the owner on Feb 7, 2021. It is now read-only.

Trim spaces for health probes. #202

Closed
wants to merge 1 commit into from
Closed

Trim spaces for health probes. #202

wants to merge 1 commit into from

Conversation

mariusmagureanu
Copy link
Contributor

Some tests would be in order here. Didn't really do much other then manually write various probes and check they look fine under /backendjson.

This commit is related to #173

@dridi - Thoughts and suggestions are welcome as always.


while(isspace((unsigned char)*line)) line++;

if(*line== 0)
Copy link
Member

Choose a reason for hiding this comment

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

Use '\0' here too.

@dridi dridi closed this in 3a55532 Sep 17, 2018
@dridi dridi deleted the gh-173 branch September 17, 2018 14:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants