diff options
Diffstat (limited to 'changelog.d/content-length.fix')
-rw-r--r-- | changelog.d/content-length.fix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/content-length.fix b/changelog.d/content-length.fix new file mode 100644 index 000000000..dee906a9d --- /dev/null +++ b/changelog.d/content-length.fix @@ -0,0 +1 @@ +MediaProxy was setting the content-length header which is not permitted by RFC9112ยง6.2 when we are chunking the reply as it conflicts with the existence of the transfer-encoding header. |