[perl #126390] [BUG] await start {} hangs when using HTTP::UserAgent

2018-03-09 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
FWIW it's not possible to reproduce the issue on older rakudos because it was sweeped under the rug in the URI module itself: https://github.com/perl6-community-modules/uri/issues/21 So yes, #126587 is a “testneeded” ticket for the underlying issue. On 2018-03-09 12:58:27,

[perl #126390] [BUG] await start {} hangs when using HTTP::UserAgent

2018-03-09 Thread Jan-Olof Hendig via RT
On Wed, 30 Dec 2015 09:12:25 -0800, c...@zoffix.com wrote: > To give an update on this. With Rakudo built on Dec 30, 2015, I no > longer get any hangs with neither > perl6 -MURI -e 'await start { say URI.new("http://localhost;) };' > > nor perl6 -MIETF::RFC_Grammar::URI -e "await

[perl #126390] [BUG] await start {} hangs when using HTTP::UserAgent

2015-10-19 Thread via RT
# New Ticket Created by curtis_ovid_...@yahoo.com # Please include the string: [perl #126390] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=126390 > I was trying to write up a new concurrency examples for a talk when I