>
>   $tx = $ua->start($tx);
>

Oh right, this is a blocking call, so you're just spinning in-place 
appending chunks to the
write buffer but never actually letting the event loop write to the socket. 
You need to do it
async.

--
sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mojolicious+unsubscr...@googlegroups.com.
To post to this group, send email to mojolicious@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to