Hi Scott,

Thanks for the suggestion.

After playing with various timers and not making much progress I took 
another look at the request logic from the browser, through Mojo to the 
remote device, and found the problem.
It turns out that the request from the web browser which triggers my 
{{hf_proxy}} action has a timeout of 1s.
So by the time Mojo::UserAgent has done its thing the web client has closed 
the connection and the action's final {{$self->render(...)}} has nothing to 
send the response to.

Jeremy

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to