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
Currently stripe can and will close a connection at any time (e.g. if they're deploying to a server). This makes connection pooling difficult, as we hit a race condition in hyper (#173, hyperium/hyper#2136).
In order to support robust connection pooling, we therefore need to have retries. In order to support retries, we need idempotent requests (#129).
The text was updated successfully, but these errors were encountered:
Currently stripe can and will close a connection at any time (e.g. if they're deploying to a server). This makes connection pooling difficult, as we hit a race condition in hyper (#173, hyperium/hyper#2136).
In order to support robust connection pooling, we therefore need to have retries. In order to support retries, we need idempotent requests (#129).
The text was updated successfully, but these errors were encountered: