Skip to content

Commit 3543535

Browse files
committed
[cli] allow emission of application data
1 parent c0fa4f4 commit 3543535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/cli.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ static void setup_ptlslog(const char *fn)
7575
exit(1);
7676
}
7777
ptls_log_add_fd(fd, 1., NULL, NULL, NULL, 1);
78+
ptls_log.may_include_appdata = 1;
7879
}
7980

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

0 commit comments

Comments
 (0)