Skip to content

Commit 328d2e1

Browse files
authored
Update index.md - correct "encryption" to "compression" (#37578)
Page incorrectly refers to "encryption" instead of "compression".
1 parent 9b9b802 commit 328d2e1

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/http/compression

1 file changed

+1
-1
lines changed

files/en-us/web/http/compression/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ page-type: guide
1111
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:
1212

1313
- 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),
1515
- and finally compression can be defined at the connection level, between two nodes of an HTTP connection.
1616

1717
## File format compression

0 commit comments

Comments
 (0)