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
added this:
Additionally, buffering is expected behavior when other Cloudflare features are enabled that require inspection of the response. Cloudflare must buffer the response to read and potentially change the response body before delivery. Common features that necessitate response buffering include compression rules, HTML modifications (like Email Obfuscation or Rocket Loader), WAF/Rate Limiting rules that inspect response content, etc.
Copy file name to clipboardExpand all lines: src/content/docs/network/response-buffering.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ By default, Cloudflare **streams** traffic data, meaning that each packet is sen
18
18
19
19
If your domain sends many small packets, however, it might be faster to **buffer** the file. This approach waits to send the full file until all packets are ready, preventing a client browser from having to re-assemble packets.
20
20
21
+
Additionally, buffering is expected behavior when other Cloudflare features are enabled that require inspection of the response. Cloudflare must buffer the response to read and potentially change the response body before delivery. Common features that necessitate response buffering include compression rules, HTML modifications (like Email Obfuscation or Rocket Loader), WAF/Rate Limiting rules that inspect response content, etc.
0 commit comments