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: global backaddr is assumed to be static #84 #214

Merged
merged 1 commit into from
Oct 20, 2017

Conversation

dmatetelki
Copy link
Contributor

@dmatetelki dmatetelki commented Oct 11, 2017

Fixes #84 and #214

@dmatetelki dmatetelki requested a review from daghf October 11, 2017 13:39
return;
}
ps->fd_down = back;
ev_io_init(&ps->ev_w_connect, handle_connect, back, EV_WRITE);
Copy link
Contributor Author

@dmatetelki dmatetelki Oct 11, 2017

Choose a reason for hiding this comment

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

this 3 relocated lines needs to be investigated

. hitch_test.sh
set +o errexit

echo "hitch_test hitch-tls.org" > /tmp/hitch_hosts
Copy link
Member

Choose a reason for hiding this comment

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

mktemp -d for directories, with #209 you can safely use your current directory.

set +o errexit

echo "hitch_test hitch-tls.org" > /tmp/hitch_hosts
export HOSTALIASES=/tmp/hitch_hosts
Copy link
Member

Choose a reason for hiding this comment

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

May only work with glibc.

@dmatetelki dmatetelki force-pushed the periodic_backend_address_check branch from dab7206 to 9721cd0 Compare October 11, 2017 14:24
@dmatetelki dmatetelki force-pushed the periodic_backend_address_check branch from 9721cd0 to 6597a8f Compare October 12, 2017 11:22
@dmatetelki dmatetelki merged commit e9692ee into master Oct 20, 2017
@dmatetelki dmatetelki deleted the periodic_backend_address_check branch October 20, 2017 12:33
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.

2 participants