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
how can we be sure that the requests are done in keep-alive? It is not enough to pass the Connection: keep-alive header (and is probably redundant, since HTTP 1.1 is keep-alive by default), we have to be sure that the same TCP connection is used.
The text was updated successfully, but these errors were encountered: