629532 image filter: too big response: 1192722 while sending response to client
Maxim Dounin
mdounin на mdounin.ru
Пн Авг 8 06:45:44 UTC 2011
Hello!
On Mon, Aug 08, 2011 at 10:24:02AM +0400, Anton Gorlov wrote:
> На 1 из серверов обнаружилась интересная проблемка с модулем image
> filter - на некоторых картинках выдаёт ошибку
>
> 629532 image filter: too big response: 1192722 while sending
> response to client
>
>
>
> if ($uri ~ ^/frames/thumb/) {
> set $w 100;
> set $h 150;
> }
>
>
> location ~^/frames/thumb/.*\.(?:jpg|gif|png)$ {
> root /var/www/vhosts/storage-1/www/frames;
> rewrite ^/frames/thumb/(.*)$ /$1;
> image_filter resize $w $h;
> break;
> }
>
> на картинке
> file 104.png
> 104.png: PNG image, 375 x 590, 8-bit/color RGBA, non-interlaced
>
> отрабатывает успешно, а на
> file 222.png
> 222.png: PNG image, 800 x 1123, 8-bit/color RGBA, non-interlaced
>
> выдаёт вышеназванную ошибку.
http://sysoev.ru/nginx/docs/http/ngx_http_image_filter_module.html#image_filter_buffer
Maxim Dounin
Подробная информация о списке рассылки nginx-ru