comparison fastcgi_body2.t @ 465:5a1f2e1ea6cd

Tests: fastcgi_body2.t TODO updated.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 18 Sep 2014 16:56:34 +0400
parents 67f41a61307c
children 907e89fba9c3
comparison
equal deleted inserted replaced
464:5ec2caad00e8 465:5a1f2e1ea6cd
79 $t->waitforsocket('127.0.0.1:8082'); 79 $t->waitforsocket('127.0.0.1:8082');
80 80
81 ############################################################################### 81 ###############################################################################
82 82
83 TODO: { 83 TODO: {
84 local $TODO = 'not yet'; 84 local $TODO = 'not yet' unless $t->has_version('1.7.6');
85 85
86 like(http_get_length('/', 'x' x 102400), qr/X-Length: 102400/, 86 like(http_get_length('/', 'x' x 102400), qr/X-Length: 102400/,
87 'body length - in file'); 87 'body length - in file');
88 88
89 # force quick recovery, so that the next request wouldn't fail 89 # force quick recovery, so that the next request wouldn't fail