Skip to content

Commit badf70d

Browse files
Update response-buffering.mdx (#22976)
* Update response-buffering.mdx https://jira.cfdata.org/browse/CUSTESC-52250 * Tiny formatting fix --------- Co-authored-by: Denise Peña <[email protected]>
1 parent dd5f896 commit badf70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/network/response-buffering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If your domain sends many small packets, it may be faster to buffer the file and
1414

1515
## How it works
1616

17-
By default, Cloudflare **streams** traffic data, meaning that each packet is sent as it becomes available. This can improve the delivery of large files. However, this streaming behavior only applies to dynamic traffic; cacheable traffic is buffered and this behavior cannot be changed.
17+
By default, Cloudflare **streams** traffic data, meaning that each packet is sent as it becomes available. This can improve the delivery of large files. However, this streaming behavior only applies to dynamic traffic; cacheable traffic (that is, **any** status noted in [Cloudflare cache responses](https://developers.cloudflare.com/cache/concepts/cache-responses/) with the exception of **DYNAMIC**) is buffered and this behavior cannot be changed.
1818

1919
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.
2020

0 commit comments

Comments
 (0)