From 11c301e55ea00fc09eaf7db4be106723e72e8e1a Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Tue, 19 Mar 2024 22:12:30 +0100 Subject: [PATCH] Fix spelling error in 100 GbE article --- res/include/md/100_gigabit_ethernet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/include/md/100_gigabit_ethernet.md b/res/include/md/100_gigabit_ethernet.md index 09400da..3c57ad2 100644 --- a/res/include/md/100_gigabit_ethernet.md +++ b/res/include/md/100_gigabit_ethernet.md @@ -530,7 +530,7 @@ deployed. HTTP/2 and QUIC (HTTP/3) are new revisions of the HyperText Transfer Protocol. HTTP/2 introduces multiplexing which significantly reduces handshake latency. -HTTP/1.1 will open a separate TCP session for each file it needs to reqeust, +HTTP/1.1 will open a separate TCP session for each file it needs to request, HTTP/2 opens one connection instead and uses framing to send multiple requests at the same time instead, this allows the connection to ramp up to a higher speed and quicker. This goes hand in hand with the BBR congestion control