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

Commit

Permalink
update test_client with new addr
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench committed Jan 30, 2019
1 parent 8ae5cdd commit 718c406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ main(int argc, char ** argv)
evhtp_request_t * request;

evbase = event_base_new();
conn = evhtp_connection_new(evbase, "75.126.169.52", 80);
conn = evhtp_connection_new(evbase, "104.27.150.225", 80);
request = evhtp_request_new(request_cb, evbase);

evhtp_request_set_hook(request, evhtp_hook_on_read, print_data, evbase);
Expand Down

0 comments on commit 718c406

Please sign in to comment.