According to the http2 protocol, the client and the server need to maintain the same static and dynamic dictionary.
For a server, it receives compressed headers from many different clients.
For the header compressed content sent by a client, will it search only in this user's dictionary or all dictionaries?.
If the query is only in the dictionary of a specific client, how does it determine which dictionary the request comes from?
In addition, when does the user's dictionary stored in the server expire?