HTTP protocol stateless
then HTTP2 can be understood as "HTTP protocol with version 2.0 is stateful" by adding two new features: multiplexing and resettable ?
HTTP protocol stateless
then HTTP2 can be understood as "HTTP protocol with version 2.0 is stateful" by adding two new features: multiplexing and resettable ?
because HTTP is stateless, you need Cookie to record some states. HTTP2 is only for reusing a single TCP connection, but from a server perspective, you still need cookie to record some state, so you can't say that HTTP2 is stateful.
nginx after opening http2, the previous name cannot be displayed in the response header, but the previous name is still displayed Please see that before the picture is turned on, it is normal http2 . how does the Great God do it? Thank you ...
recently, when Wechat opened the page, there would be a blank page. It was OK to open it for the first time, but it could not be opened several times later. What I found for the first time was that I returned to No content, to check the information and d...
question background: recently I want to use springboot2.0 to build a server that supports http2.0. After setting up, through Chrome access, it shows that the version of http protocol is H2 (the server has been upgraded successfully and the certificate ...