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

Clarify the location and role of errcode and errstr in the return value for (tcp_)query. #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CandleCandle
Copy link

No description provided.

@Tieske
Copy link
Contributor

Tieske commented May 16, 2019

@thibaultcha this PR is correct and helpful

@@ -237,6 +237,10 @@ Here is an example:
ngx.say("failed to query: ", err)
return
end
if ans.errcode then
ngx.say("server returned the error state: ", ans.errcode, ans.errstr)
Copy link
Member

Choose a reason for hiding this comment

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

This does not seem correct; errcode and errstr will be concatenated together without spacing or anything helping to distinguish them.

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

4 participants