Skip to content

Commit

Permalink
[cli] allow emission of application data
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Dec 2, 2024
1 parent c0fa4f4 commit 3543535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ static void setup_ptlslog(const char *fn)
exit(1);
}
ptls_log_add_fd(fd, 1., NULL, NULL, NULL, 1);
ptls_log.may_include_appdata = 1;
}

static int handle_connection(int sockfd, ptls_context_t *ctx, const char *server_name, const char *input_file,
Expand Down

0 comments on commit 3543535

Please sign in to comment.