Actions
Optimization #8518
open
VJ
PA
http2: for stream based tx, split progress handling per direction
Optimization #8518:
http2: for stream based tx, split progress handling per direction
Effort:
Difficulty:
Label:
Description
Per direction states would be
- started (0)
- hdr (1) - holds the headers which include the method, uri
- data (2) - holds the body data
- closed (3)
As this is needed for the firewall support, it probably needs to be backported as well.
Actions