RST_STREAM frame in HTTP2
问题 I read about new feature in http2 RST_STREAM : HTTP/2 adds the RST_STREAM frame to allow a client to change its mind; if the browser navigates away from a page, or the user cancels a download, it can avoid having to open a new connection without wasting all of that bandwidth. How can do this?How Browser can do this?Is there any change in code? 回答1: The browser initiates a request and then changes its mind, either with the user navigating away or by cancelling. In HTTP/1.1, the only choice to