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
which indicates that the connection should not be reused after idling for longer than 15 seconds, or for more than 100 requests.
SocketsHttpHandler currently completely ignores this header.
As a result, the server may respond to otherwise-valid requests with errors.
We should consider honoring this header to improve compatibility with legacy servers.
Browsers apparently broadly support this as well: browser compatibility.