File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
//! library will start the handshake process, which consists of:
42
42
//!
43
43
//! * The client sends the connection preface (a predefined sequence of 24
44
- //! octets).
44
+ //! octets).
45
45
//! * Both the client and the server sending a SETTINGS frame.
46
46
//!
47
47
//! See the [Starting HTTP/2] in the specification for more details.
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ pub struct RecvStream {
187
187
/// * The window size is now 0 bytes. The peer may not send any more data.
188
188
/// * [`release_capacity`] is called with 1024.
189
189
/// * The receive window size is now 1024 bytes. The peer may now send more
190
- /// data.
190
+ /// data.
191
191
///
192
192
/// [flow control]: ../index.html#flow-control
193
193
/// [`release_capacity`]: struct.FlowControl.html#method.release_capacity
You can’t perform that action at this time.
0 commit comments