Re: [PATCH] Image filter: large image handling

2013-08-27 Thread lanshun zhou
It's ok for me, thanks~ 在 2013-8-28 上午6:43,Maxim Dounin mdou...@mdounin.ru写道: Hello! On Wed, Aug 28, 2013 at 12:21:27AM +0800, lanshun zhou wrote: # HG changeset patch # User Lanshun Zhou zls.so...@gmail.com # Date 1377620347 -28800 # Node ID 4fae04f332b489c85cdc116e6138a618372d3691

[PATCH] use signed value when comparing timer with 0 and check lingering_time setting

2013-04-26 Thread lanshun zhou
In ngx_http_lingering_close_handler and ngx_http_discarded_request_body_handler, there's risk that r-lingering_time is smaller than ngx_time(), then comparing timer which is a unsigned value with zero will never return true. This can cause long time connection for some kind of requests (For