# HG changeset patch # User Maxim Dounin # Date 1259060263 -10800 # Node ID 5d31f920eda92fb7f795962cc9696d544b5d789f # Parent 4edfc490b6e5608bc40117a351022eadf0771424 Tests: whitespace cleanup, no functional changes. diff --git a/limit-req.t b/limit-req.t --- a/limit-req.t +++ b/limit-req.t @@ -84,7 +84,7 @@ is($l2, $l1, 'delayed big request not tr like(http_get('/test1.html'), qr/^HTTP\/1.. 200 /m, 'rejects not counted'); # make sure negative excess values are handled properly - + http_get('/fast.html'); select undef, undef, undef, 0.1; like(http_get('/fast.html'), qr/^HTTP\/1.. 200 /m, 'negative excess'); diff --git a/proxy-noclose.t b/proxy-noclose.t --- a/proxy-noclose.t +++ b/proxy-noclose.t @@ -61,7 +61,7 @@ http { # test will wait only 2s for reply, we it will fail if # Content-Length not used as a hint - + proxy_read_timeout 10s; } }