Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/2020-04-22-real-world-effectiveness-of-brotli.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ the speed at which those admittedly fewer chunks of data arrive will not change.
### TCP, Packets, and Round Trips

Taking a very reductive and simplistic view of how files are transmitted from
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,
we don’t get the whole file in one go. TCP, upon which HTTP sits, breaks the
file up into segments, or _packets_. Those packets are sent, in batches, in
order, to the client. They are each acknowledged before the next series of
Expand Down