Does http2 count as "stateful"?

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 ?

Mar.28,2021

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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36e94-2c045.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36e94-2c045.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?