mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
configure: remove the --enable/disable-nonblocking options
Removing this option as it currently only functions to lure people into wrongly using it and falsely believing that libcurl will work fine without using nonblocking sockets internally - which leads to hard to track or understand errors.
This commit is contained in:
parent
d22186bbbc
commit
44154e0733
2 changed files with 14 additions and 58 deletions
|
|
@ -3074,10 +3074,6 @@ if test "$ipv6" = "yes"; then
|
|||
CURL_CHECK_NI_WITHSCOPEID
|
||||
fi
|
||||
|
||||
dnl ************************************************************
|
||||
dnl enable non-blocking communications
|
||||
dnl
|
||||
CURL_CHECK_OPTION_NONBLOCKING
|
||||
CURL_CHECK_NONBLOCKING_SOCKET
|
||||
|
||||
dnl ************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue