summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-06-04 22:44:56 -0400
committerMark Felder <feld@feld.me>2024-06-04 23:08:05 -0400
commit858d528cc1b551e23850a4b65eb43e44a2a18cf4 (patch)
tree8a37003e4b029bcb37b3e1bb26dd8545cc41d8c8 /changelog.d
parentff6f5a417f1f22d53b1196cc19e1ba9ad6e0ed2c (diff)
downloadpleroma-858d528cc1b551e23850a4b65eb43e44a2a18cf4.tar.gz
pleroma-858d528cc1b551e23850a4b65eb43e44a2a18cf4.zip
Allow Cowboy to stream the response instead of chunk it
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/cowboy-stream-chunked.fix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/cowboy-stream-chunked.fix b/changelog.d/cowboy-stream-chunked.fix
new file mode 100644
index 000000000..07211bf18
--- /dev/null
+++ b/changelog.d/cowboy-stream-chunked.fix
@@ -0,0 +1 @@
+Restore Cowboy's ability to stream MediaProxy responses without Chunked encoding.