./buildconf
./configure --enable-debug --with-winssl --enable-alt-svc --disable-ipv6
make
cd tests
make
./runtests.pl 1560
The test failed because without ENABLE_IPV6, urlapi.c:hostname_check returns CURLUE_OK for http://[ab.be:1]/x, while the test expects it to return CURLUE_MALFORMED_INPUT.
I did this
The test failed because without
ENABLE_IPV6
, urlapi.c:hostname_check returnsCURLUE_OK
forhttp://[ab.be:1]/x
, while the test expects it to returnCURLUE_MALFORMED_INPUT
.I expected the following
The test to succeed.
curl/libcurl version
2839cfd
operating system
Classic MinGW with MSYS 1.0 on Windows 10.
The text was updated successfully, but these errors were encountered: