mirror of
https://github.com/curl/curl.git
synced 2026-07-24 00:07:17 +03:00
vquic: drop msh3
It has never been properly functional in curl while there are several alternatives that are. Closes #17729
This commit is contained in:
parent
c4430c542a
commit
91138b014d
32 changed files with 22 additions and 1612 deletions
|
|
@ -84,6 +84,7 @@ int Curl_pipe(curl_socket_t socks[2], bool nonblocking)
|
|||
|
||||
#ifndef CURL_DISABLE_SOCKETPAIR
|
||||
#ifdef HAVE_SOCKETPAIR
|
||||
#ifdef USE_SOCKETPAIR
|
||||
int Curl_socketpair(int domain, int type, int protocol,
|
||||
curl_socket_t socks[2], bool nonblocking)
|
||||
{
|
||||
|
|
@ -104,6 +105,7 @@ int Curl_socketpair(int domain, int type, int protocol,
|
|||
#endif
|
||||
return 0;
|
||||
}
|
||||
#endif /* USE_SOCKETPAIR */
|
||||
#else /* !HAVE_SOCKETPAIR */
|
||||
#ifdef _WIN32
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue