1 parent 5e9d8b3 commit e143fa4Copy full SHA for e143fa4
1 file changed
_posts/2020-04-22-real-world-effectiveness-of-brotli.md
@@ -91,7 +91,7 @@ the speed at which those admittedly fewer chunks of data arrive will not change.
91
### TCP, Packets, and Round Trips
92
93
Taking a very reductive and simplistic view of how files are transmitted from
94
-server to client, we need to look at TCP. When we receive a file from a sever,
+server to client, we need to look at TCP. When we receive a file from a server,
95
we don’t get the whole file in one go. TCP, upon which HTTP sits, breaks the
96
file up into segments, or _packets_. Those packets are sent, in batches, in
97
order, to the client. They are each acknowledged before the next series of
0 commit comments