HTTP 2 will support server push, what does this mean?
问题 I've read a lot of things about HTTP 2 (which is still in development), so I also heard about the server push feature, but I my head, this is not clear. Does this server push feature mean that the server will be able to send a response to the client without the latter making a request? Just like a vanilla TCP connection? Or I'm missing the point? 回答1: The HTTP2 push mechanism is not a generic server push mechanism like websocket or server sent events. It is designed for a specific