Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Comply with lua releng requirements #3

Merged
merged 3 commits into from
Feb 15, 2017

Conversation

ElvinEfendi
Copy link

Addresses agentzh's comments in openresty#36

@Shopify/traffic

Copy link

@klautcomputing klautcomputing left a comment

Choose a reason for hiding this comment

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

other than my question 👍

@@ -230,11 +230,13 @@ local function check_peer(ctx, id, peer, is_backup)
ok, err = sock:connect(name)
end
if not ok then
return peer_error(ctx, is_backup, id, peer, "failed to connect to ", name, ": ", err)

Choose a reason for hiding this comment

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

was the line just too long? or is there anything missed?

Copy link
Author

Choose a reason for hiding this comment

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

I used a tool suggested at openresty#36 (comment) and it complained about line length, therefore broke it.

@ElvinEfendi ElvinEfendi merged commit 109526c into master Feb 15, 2017
@ElvinEfendi ElvinEfendi deleted the comply-with-lua-releng-requirements branch February 15, 2017 19: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