Connection reset by peer issues #681
-
I'm sitting with a very frustrating situation that I'm struggling to get to the bottom of. I use AWS lambda and Resty to make calls to APIs. I've rate-limited these requests to 1 per second, but keep running into On some hosts it comes and goes. A couple of requests would return |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems like server-side concerns. You could create a custom transport and disable the keep-alive feature. |
Beta Was this translation helpful? Give feedback.
It seems like server-side concerns. You could create a custom transport and disable the keep-alive feature.