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
Flask might already be doing this for us, but we should make sure that tapalcatl-py sends a Connection: close header on all server (i.e: 5xx) error responses. This is so that when we have region-wide failures (e.g: S3 goes down) the client will reconnect and be routed to a non-failing region.
The text was updated successfully, but these errors were encountered:
Flask might already be doing this for us, but we should make sure that tapalcatl-py sends a
Connection: close
header on all server (i.e: 5xx) error responses. This is so that when we have region-wide failures (e.g: S3 goes down) the client will reconnect and be routed to a non-failing region.The text was updated successfully, but these errors were encountered: