added the description for HTTP2

minor fix

minor fix

applied SME suggestions
This commit is contained in:
Alex Nik 2021-02-03 19:34:17 +01:00 committed by AndersBroman
parent e5658ccb5c
commit 90b6db8ff8
1 changed files with 3 additions and 1 deletions

View File

@ -687,7 +687,9 @@ image::wsug_graphics/ws-stats-http-requestsequences.png[{screenshot-attrs}]
=== HTTP2
{missing}
Hypertext Transfer Protocol version 2 (HTTP/2) allows multiplexing various HTTP requests and responses over a single connection. It uses a binary encoding which is consisting of frames. The HTTP/2 statistics window shows the total number of HTTP/2 frames and also provides a breakdown per frame types, such as `HEADERS`, `DATA`, and others.
As HTTP/2 traffic is typically encrypted with TLS, you must configure decryption to observe HTTP/2 traffic. For more details, see the link:{wireshark-wiki-url}TLS[TLS wiki page].
[[ChStatSametime]]