diff options
author | Mark Felder <feld@feld.me> | 2024-06-04 22:44:56 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-06-04 23:08:05 -0400 |
commit | 858d528cc1b551e23850a4b65eb43e44a2a18cf4 (patch) | |
tree | 8a37003e4b029bcb37b3e1bb26dd8545cc41d8c8 /changelog.d | |
parent | ff6f5a417f1f22d53b1196cc19e1ba9ad6e0ed2c (diff) | |
download | pleroma-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.fix | 1 |
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. |