diff --git a/doc/userguide/rules/http2-keywords.rst b/doc/userguide/rules/http2-keywords.rst index 3152f09bd1..231f481e26 100644 --- a/doc/userguide/rules/http2-keywords.rst +++ b/doc/userguide/rules/http2-keywords.rst @@ -11,8 +11,10 @@ HTTP2 Keywords internal *frame* concept used in the rule language. HTTP/2 frames are grouped into transactions based on their stream -identifier. Frames with a stream ID of 0 are connection‑level frames -and are not part of a transaction. +identifier. + +Frames with a stream ID of 0, whose effects are global for the +connection, result in a transaction being created for each frame.