Allow Cowboy to stream the response instead of chunk it

This commit is contained in:
Mark Felder 2024-06-04 22:44:56 -04:00
commit 858d528cc1
2 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1 @@
Restore Cowboy's ability to stream MediaProxy responses without Chunked encoding.