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
A server may return `Connection: close` while gracefully shutting
down. Mint will mark the connection state as closed and return the
response from the server (NOTE: it will not return any error). Since
the client doesn't know the connection is closed, it will try to use
the connection for the next request and will fail.
Before making any HTTP request, check the internal state of the
connection and attempt to reconnect once if necessary.
partially related to plausible#210
A server may return `Connection: close` while gracefully shutting
down. Mint will mark the connection state as closed and return the
response from the server (NOTE: it will not return any error). Since
the client doesn't know the connection is closed, it will try to use
the connection for the next request and will fail.
Before making any HTTP request, check the internal state of the
connection and attempt to reconnect once if necessary.
partially related to #210
Context: #208
Possible solutions:
active socketsretry queries on error=closedThe text was updated successfully, but these errors were encountered: