Replies: 1 comment 2 replies
-
|
It doesn't but if your retry-after is large enough the connection may be dropped by one of the timeouts. You can increase the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm seeing a strange situation here.
I need to respond with 503 Service Unavailable and Retry-After to perform something before client returns. And it seems that the connection gets unexpectedly closed. I'm getting this message from the client:
When I'm responding with 401 in the same situation the client does not report this.
My code only changes respond code and Headers/Body. Nothing but it.
I'm not very familiar with the client code. This is python project nmos-testing-tool.
Now I'm unable to find anything related to Cowboy would close the connection in such a case. Thus the question: does it do it? Or I'm observing something different here?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions