Skip to content

Commit

Permalink
Update http3-client.c
Browse files Browse the repository at this point in the history
  • Loading branch information
VMatrix1900 committed Aug 8, 2019
1 parent 657de9e commit a12a4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http3-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static void timeout_cb(EV_P_ ev_timer *w, int revents) {

quiche_conn_stats(conn_io->conn, &stats);

fprintf(stderr, "connection closed, recv=%" PRIu64 " sent=%" PRIu64 " lost=%" PRIu64 " rtt=%" PRIu64 "ns\n",
fprintf(stderr, "connection closed, recv=zu sent=zu lost=zu rtt=%" PRIu64 "ns\n",
stats.recv, stats.sent, stats.lost, stats.rtt);

ev_break(EV_A_ EVBREAK_ONE);
Expand Down

0 comments on commit a12a4f8

Please sign in to comment.