diff options
author | Brad King <brad.king@kitware.com> | 2024-09-18 15:42:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2024-09-18 15:51:18 (GMT) |
commit | ce908c42a37fd56325aff80d2c63a4a811ce9389 (patch) | |
tree | 98319de414b3d57d58a2e7710985b101fcb022e5 /Utilities/cmcurl/lib/vquic/vquic.c | |
parent | 862bd5defc382e6863ef989aac74e0587925b30d (diff) | |
parent | 1a2b208170bd650f328800afd5584a5d056f195d (diff) | |
download | CMake-ce908c42a37fd56325aff80d2c63a4a811ce9389.zip CMake-ce908c42a37fd56325aff80d2c63a4a811ce9389.tar.gz CMake-ce908c42a37fd56325aff80d2c63a4a811ce9389.tar.bz2 |
Merge branch 'upstream-curl' into update-curl
* upstream-curl:
curl 2024-09-18 (7eb8c048)
Diffstat (limited to 'Utilities/cmcurl/lib/vquic/vquic.c')
-rw-r--r-- | Utilities/cmcurl/lib/vquic/vquic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmcurl/lib/vquic/vquic.c b/Utilities/cmcurl/lib/vquic/vquic.c index 2bb06d4..4648b5a 100644 --- a/Utilities/cmcurl/lib/vquic/vquic.c +++ b/Utilities/cmcurl/lib/vquic/vquic.c @@ -22,7 +22,7 @@ * ***************************************************************************/ -/* WIP, experimental: use recvmmsg() on linux +/* WIP, experimental: use recvmmsg() on Linux * we have no configure check, yet * and also it is only available for _GNU_SOURCE, which * we do not use otherwise. @@ -720,7 +720,7 @@ CURLcode Curl_conn_may_http3(struct Curl_easy *data, const struct connectdata *conn) { if(conn->transport == TRNSPRT_UNIX) { - /* cannot do QUIC over a unix domain socket */ + /* cannot do QUIC over a Unix domain socket */ return CURLE_QUIC_CONNECT_ERROR; } if(!(conn->handler->flags & PROTOPT_SSL)) { |