-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Odd interaction of HTTP::UserAgent and Promises #6681
Comments
From @briandfoyI have this little program where I want to fetch web thingys #!perl6 use HTTP::UserAgent; my @urls = < loop { Running this program sometimes works a little and often if fails in $ perl6 cycle.p6 $ perl6 cycle.p6 $ perl6 cycle.p6 Died with the exception: Original exception: $ perl6 cycle.p6 Here's the setup $ perl6 -v |
From @briandfoyAh, there's even an HTTP::UserAgent issue for this I think: |
From simon.proctor@gmail.comLooks to me like one of the sites is redirecting to an https page and you On Wed, 4 Apr 2018, 1:42 am brian d foy, <perl6-bugs-followup@perl.org>
|
The RT System itself - Status changed from 'new' to 'open' |
From simon.proctor@gmail.comThere are also issues with libssl (which I think the IO::Socket::SSL module At the moment the only threads safe https client is the Cro one, I believe. Sorry I can't be more help, 2am insomnia should really be sleeping. On Wed, 4 Apr 2018, 2:30 am Simon Proctor, <simon.proctor@gmail.com> wrote:
|
From @briandfoyThe error message isn't useful because you get that no matter what But, I'd not expect a segfault. |
Migrated from rt.perl.org#133057 (status was 'open')
Searchable as RT133057$
The text was updated successfully, but these errors were encountered: