I have a HTTP Client connected to a HTTP Server - HTTP 1.1 and the TCP connection is persisted.
HTTP client is sending request over an interval and receives response from server.
In this persisted TCP connection, can HTTP Server send a HTTP request over the existing TCP connection to the HTTP client? (We need this - say the page has an information which is changing dynamically (Example: some one hit a goal / some one hit six / some one took a wicket / some VVVIP killed / etc).
Does the existing standard allows HTTP server to send HTTP request to its connected client?
Note: I am not looking at page refresh / other web or application protocols like AJAX...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…