Replies: 1 comment 4 replies
-
For what it is worth: we keep seeing this. Every time we've done any extensive debugging it has been misbehaving "security" products on the clients end that just drops the traffic both ways. Someone else would have to answer if Mojolicious could detect this, but I suspect the answer is no. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I have a WS client that’s reporting 1006 as its failure code. I strace’d and saw that it’s because the socket is getting ECONNRESET, but that’s not being reported as the reason for the 1006 error code.
Is there any interface that Mojo exposes that would tell me why a WS 1006 status happened? I could read
$!
, but that’s assuming that no other system call happened between whatever failure and the Perl code … which, I don’t know how safe that is.Thank you!
(P.S.: Does anyone know a reason why both ends of a TCP connection would report ECONNRESET?)
Beta Was this translation helpful? Give feedback.
All reactions