You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an API where I send a lot of fast requests sequential, after certain number of requests, one of then get stuck eternal until client timeout or cowboy timeout.
I'm using Phoenix
I have detected using a handler that the last respond had in the state IsFin flag to true so I think the http client tries to use the same acceptor or connection or whatever process that is marked for being shutdown (but shutdown also seems that is not being done)
Is http1.1 requests, I think it is the same bug that is being tried to be fixed in this pr: #1583
Have you seen any similar bug?
The text was updated successfully, but these errors were encountered:
sonic182
changed the title
Problem when stream has fin flag true
Problem connection not handling requests
Oct 26, 2022
I have an API where I send a lot of fast requests sequential, after certain number of requests, one of then get stuck eternal until client timeout or cowboy timeout.
I'm using Phoenix
I have detected using a handler that the last respond had in the state IsFin flag to
true
so I think the http client tries to use the same acceptor or connection or whatever process that is marked for being shutdown (but shutdown also seems that is not being done)Is http1.1 requests, I think it is the same bug that is being tried to be fixed in this pr: #1583
Have you seen any similar bug?
The text was updated successfully, but these errors were encountered: