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.
VJ Updated by Victor Julien 5 days ago
- Related to Feature #8386: firewall: support HTTP2 hook states for per-frame accept/drop decisions added
PA Updated by Philippe Antoine 3 days ago
- Related to Optimization #7317: HTTP2 push added
PA Updated by Philippe Antoine 3 days ago
- Related to Bug #8451: http2: http.host does not match as soon as possible added
Actions