Errno 56 according to the errno man page on macOS:
56 EISCONN Socket is already connected. A connect or connectx request
was made on an already connected socket; or, a sendto or sendmsg
request on a connected socket specified a destination when
already connected.
I did this
Trying to use curl built against ngtcp2 to make any kind of request on macOS fails due to a socket send error:
I expected the following
I expected the request to succeed.
When building curl against quiche the requests succeed.
curl/libcurl version
This was built as follows:
operating system
The text was updated successfully, but these errors were encountered: