comparison image_filter_finalize.t @ 538:1ab33feebbfd

Tests: typo.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 24 Mar 2015 16:43:46 +0300
parents a5465130d3df
children 907e89fba9c3
comparison
equal deleted inserted replaced
537:202de1d281e5 538:1ab33feebbfd
91 location /big { 91 location /big {
92 # big enough static file 92 # big enough static file
93 } 93 }
94 94
95 # filter finalization may cause duplicate upstream finalization, 95 # filter finalization may cause duplicate upstream finalization,
96 # resulting in wrong $upstream_response time, 96 # resulting in wrong $upstream_response_time,
97 # http://nginx.org/pipermail/nginx-devel/2015-February/006539.html 97 # http://nginx.org/pipermail/nginx-devel/2015-February/006539.html
98 98
99 # note that we'll need upstream response time to be at least 1 second, 99 # note that we'll need upstream response time to be at least 1 second,
100 # and at least 4 failed requests to make sure r->upstream_states will 100 # and at least 4 failed requests to make sure r->upstream_states will
101 # not be reallocated 101 # not be reallocated