Replace HTTP/2.0 by HTTP/2 😅

The protocol is named HTTP/2.
This commit is contained in:
Anthony Ramine
2021-10-19 15:17:44 +02:00
committed by Sean McArthur
parent c38c94cb16
commit f52d5e6290
11 changed files with 111 additions and 111 deletions

View File

@@ -21,7 +21,7 @@ where
P: Peer,
{
/// Holds most of the connection and stream related state for processing
/// HTTP/2.0 frames associated with streams.
/// HTTP/2 frames associated with streams.
inner: Arc<Mutex<Inner>>,
/// This is the queue of frames to be written to the wire. This is split out