You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: files/en-us/web/http/compression/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ page-type: guide
11
11
In practice, web developers don't need to implement compression mechanisms, both browsers and servers have it implemented already, but they have to be sure that the server is configured adequately. Compression happens at three different levels:
12
12
13
13
- first some file formats are compressed with specific optimized methods,
14
-
- then general encryption can happen at the HTTP level (the resource is transmitted compressed from end to end),
14
+
- then general compression can happen at the HTTP level (the resource is transmitted compressed from end to end),
15
15
- and finally compression can be defined at the connection level, between two nodes of an HTTP connection.
0 commit comments