Skip to content

Commit

Permalink
Merge pull request #23 from Michael-J-Ward/master
Browse files Browse the repository at this point in the history
fixes 'learn more about multiplexing' in docs
  • Loading branch information
jonhoo authored Feb 19, 2021
2 parents 1df8d15 + 0d1b136 commit 3a7dc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multiplex/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! them. This allows the server to process requests out-of-order, and eliminates the
//! application-level head-of-line blocking that pipelined protocols suffer from. Example
//! multiplexed protocols include SSH, HTTP/2, and AMQP. [This
//! page](http://250bpm.com/multiplexing) has some further details about how multiplexing protocols
//! page](https://250bpm.com/blog:18/) has some further details about how multiplexing protocols
//! operate.
//!
//! Note: multiplexing with the max number of in-flight requests set to 1 implies that for each
Expand Down

0 comments on commit 3a7dc8f

Please sign in to comment.