ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 629532 image filter: too big response: 1192722 while sending response to client



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 mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru


 




Copyright © Lexa Software, 1996-2009.