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
Copy file name to clipboardExpand all lines: 5-network/10-long-polling/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The flow:
29
29
3. When a message appears - the server responds to the request with it.
30
30
4. The browser makes a new request immediately.
31
31
32
-
The situation when the browser sent a request and has a pending connection with the server, is standard for this method. Only when a message is delivered, the connection is reestablished.
32
+
This situation, where the browser has sent a request and keeps a pending connection with the server, is standard for this method. Only when a message is delivered, the connection is closed and reestablished.
0 commit comments