X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=thumb.php;h=03a3f354e66bd2f245403b20bab1a2a03022e3f0;hb=8406759dd4131575920db0c3e16844f20801138c;hp=3b7ff43612bee0a80ca5c1055c242b38f9c795a0;hpb=e77a09ccdbf367c78ebbdc0f846f8698d021c070;p=lhc%2Fweb%2Fwiklou.git diff --git a/thumb.php b/thumb.php index 3b7ff43612..03a3f354e6 100644 --- a/thumb.php +++ b/thumb.php @@ -213,6 +213,7 @@ function wfStreamThumb( array $params ) { if ( count( $varyHeader ) ) { $response->header( 'Vary: ' . implode( ', ', $varyHeader ) ); } + $response->header( 'Content-Length: 0' ); return; }