Files
Piwigo/i.php
Damien Sorel 1b66ca73f9 Fix #1692 Remove Content-Length header on images (HTTP2 compat)
Content-Length header should be the body size after compression (if enabled) and not the size of the original body. In HTTP1.1 such invalid value is not problematic but in HTTP2 it prevents images to display.
2022-08-22 15:09:27 +02:00

17 KiB