Skip to content

Commit cf940a6

Browse files
committed
fix(http 2.0): fix typo
1 parent 2823dde commit cf940a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Networking Protocol/HTTP/HTTP 2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ description: Discover HTTP/2 improvements over HTTP/1.1, including multiplexing,
5252
- A [[HTTP 2.0]] improvement that allows client/server to push [[Network Object]] it thinks client/server needs without the need to receive any specific [[HTTP Request]] for the object. This **reduces the number of round trips taken**
5353

5454
>[!caution]
55-
> However, if a host clicks on the web page, many network objects will be received. This may result in potential [[DDoS]: a single HTTP request can trigger multiple [[HTTP Response]].
55+
> However, if a host clicks on the web page, many network objects will be received. This may result in potential DDoS: a single HTTP request can trigger multiple [[HTTP Response]].
5656
>
5757
> If not tuned carefully, the server might push unnecessary or already-cached resources, **wasting bandwidth**.
5858

0 commit comments

Comments
 (0)