curl: add write-out variable 'tls_earlydata'

Add the write-out variable 'tls_earlydata' to inspect the amount of
TLSv1.3 early data that had been sent.

Closes #15956
This commit is contained in:
Stefan Eissing 2025-01-09 15:28:22 +01:00 committed by Daniel Stenberg
parent 952770dc65
commit 54c07fd6c5
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
6 changed files with 14 additions and 2 deletions

View file

@ -97,6 +97,7 @@ typedef enum {
VAR_STARTTRANSFER_TIME,
VAR_STDERR,
VAR_STDOUT,
VAR_TLS_EARLYDATA_SENT,
VAR_TOTAL_TIME,
VAR_URLNUM,
VAR_NUM_OF_VARS /* must be the last */