mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:13:34 +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
|
|
@ -38,5 +38,8 @@ for you, it is probably not a good idea to use early data for it. curl
|
|||
cannot deduce what the security implications of your requests actually
|
||||
are and make this decision for you.
|
||||
|
||||
The amount of early data sent can be inspected by using the `--write-out`
|
||||
variable `tls_earlydata`.
|
||||
|
||||
**WARNING**: this option has security implications. See above for more
|
||||
details.
|
||||
|
|
|
|||
|
|
@ -262,6 +262,12 @@ the result.
|
|||
## `time_total`
|
||||
The total time, in seconds, that the full operation lasted.
|
||||
|
||||
## `tls_earlydata`
|
||||
The amount of bytes that were sent as TLSv1.3 early data. This is 0
|
||||
if this TLS feature was not used and negative if the data sent had
|
||||
been rejected by the server. The use of early data is enabled via
|
||||
the command line option `--tls-earlydata`. (Added in 8.12.0)
|
||||
|
||||
## `url`
|
||||
The URL that was fetched. (Added in 7.75.0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue