Http/2.0 In Browser: How Does Browser Cancel Server Push?
I've read documentation of HTTP/2.0 and I know that it is possible to fully terminates the referenced stream by using the RST_STREAM frame. Here's (https://http2.github.io/http2-sp
Solution 1:
As a browser user or web app developer (HTTP/Javascript) you can't. There is no public API for this, or to interact with server push in general. The possibility to do this is probably implemented in the network stack of the browser (somewhere deep within the Chrome/Firefox code).
Post a Comment for "Http/2.0 In Browser: How Does Browser Cancel Server Push?"