Replace HTTP/2.0 by HTTP/2 😅
The protocol is named HTTP/2.
This commit is contained in:
committed by
Sean McArthur
parent
c38c94cb16
commit
f52d5e6290
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user