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: content/Networking Protocol/HTTP/HTTP 2.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ description: Discover HTTP/2 improvements over HTTP/1.1, including multiplexing,
52
52
- 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**
53
53
54
54
>[!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]].
56
56
>
57
57
> If not tuned carefully, the server might push unnecessary or already-cached resources, **wasting bandwidth**.
0 commit comments