On 2020-04-10 05:15:42, CORION wrote:
Show quoted text> Aha!
>
> This seems to be a test suite left-over for systems that are set up
> only for IPv6. The test should pass (instead of hanging) if you
> comment out the following lines in t/curl-multi.t
>
> if( $server->url =~ m!\[! ) {
> my $port = $server->port;
> $server->server_url->host('localhost');
> my $url = $server->url;
> note "Fudged server URL to '$url', hopefully they resolve both to
> the same process";
> };
>
> I'll release another version with that fix tomorrow.
It seems that this problem does not happen anymore.