Does the browser cancel server push when a resource is in cache?
In HTTP/2 the server pushes to the client a request for the resource with a PUSH_PROMISE frame. While going from server to client, this is not a response, but a request, the request the client would make to fetch that resource. When the client receives the PUSH_PROMISE, it can look at the URI, and figure … Read more