mirror of
https://github.com/curl/curl.git
synced 2026-08-25 18:43:41 +03:00
nghttp3: required when ngtcp2 is used for QUIC
- checked for by configure - updated docs/HTTP3.md - shown in the version string Closes #4210
This commit is contained in:
parent
17d1e27d30
commit
d85a1cf11d
3 changed files with 128 additions and 9 deletions
|
|
@ -1055,7 +1055,7 @@ CURLcode Curl_quic_connect(struct connectdata *conn,
|
|||
*/
|
||||
int Curl_quic_ver(char *p, size_t len)
|
||||
{
|
||||
return msnprintf(p, len, " ngtcp2/blabla");
|
||||
return msnprintf(p, len, " ngtcp2/blabla nghttp3/bloblo");
|
||||
}
|
||||
|
||||
CURLcode Curl_quic_is_connected(struct connectdata *conn, int sockindex,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue