Skip Menu |

This queue is for tickets about the IO-Async-Loop-EV CPAN distribution.

Report information
The Basics
Id: 124030
Status: new
Priority: 0/
Queue: IO-Async-Loop-EV

People
Owner: Nobody in particular
Requestors: leonerd-cpan [...] leonerd.org.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



Subject: Warnings when fetching HTTPS URLs via NaHTTP
The specific combination of Net::Async::HTTP fetching 'https' URLS IO::Async::Loop::EV causes the warning EV: error in callback (ignoring): Can't call method "sysread" on an undefined value at /home/leo/lib/perl5/IO/Async/Stream.pm line 977. Using other loop implementations avoids the warning. Fetching plain HTTP URLs also avoids it. (from https://stackoverflow.com/questions/47741103/why-am-i-getting-this-perl-netasynchttp-warning) -- Paul Evans