comparison gzip_flush.t @ 224:ba992cfdc606

Tests: remove TODO from tests which pass in 1.2.x.
author Maxim Dounin <mdounin@mdounin.ru>
date Sun, 03 Jun 2012 14:47:10 +0400
parents c0ae29632905
children 6a0d934950bc
comparison
equal deleted inserted replaced
223:f9325406df0b 224:ba992cfdc606
62 62
63 ############################################################################### 63 ###############################################################################
64 64
65 like(http_get('/'), qr/DATA/, 'request with flush'); 65 like(http_get('/'), qr/DATA/, 'request with flush');
66 66
67 TODO: { 67 # gzip filter wasn't able to handle empty flush buffers, see
68 local $TODO = 'not yet';
69
70 # gzip filter doesn't properly handle empty flush buffers, see
71 # http://nginx.org/pipermail/nginx/2010-November/023693.html 68 # http://nginx.org/pipermail/nginx/2010-November/023693.html
72 69
73 http_gzip_like(http_gzip_request('/'), qr/DATA/, 'gzip request with flush'); 70 http_gzip_like(http_gzip_request('/'), qr/DATA/, 'gzip request with flush');
74 71
75 }
76
77 ############################################################################### 72 ###############################################################################