libcurl-docs: CURLINFO_LOCAL_* work for QUIC as well as TCP

Also, CURLOPT_TCP_FASTOPEN is for TCP only.

Closes #14852
This commit is contained in:
Daniel Stenberg 2024-09-10 16:27:53 +02:00
parent a3bd1dda12
commit 28ca199d89
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 14 additions and 8 deletions

View file

@ -178,6 +178,7 @@ my %knownprotos = (
'WSS' => 1,
'TLS' => 1,
'TCP' => 1,
'QUIC' => 1,
'All' => 1
);