mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:13:32 +03:00
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:
parent
952770dc65
commit
54c07fd6c5
6 changed files with 14 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue