Skip to content

Commit

Permalink
update test client for new handshake api signature
Browse files Browse the repository at this point in the history
  • Loading branch information
voutilad committed Nov 30, 2023
1 parent c355d9b commit 299e4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ main(int argc, char **argv)
else
assert(0 == dumb_connect(&ws, host, port));

assert(0 == dumb_handshake(&ws, host, "/"));
assert(0 == dumb_handshake(&ws, host, "/", "dumb-ws"));
printf("handshake complete\n");

assert(0 == dumb_ping(&ws));
Expand Down

0 comments on commit 299e4f2

Please sign in to comment.