comparison scgi_gzip.t @ 198:d17bd21a0378

Tests: SCGI fixed in 1.1.12/1.0.12, remove TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 06 Feb 2012 19:06:24 +0400
parents eb4c40260ee7
children a7cc4371f4ad
comparison
equal deleted inserted replaced
197:0ab1f0e978b5 198:d17bd21a0378
56 $t->run_daemon(\&scgi_daemon); 56 $t->run_daemon(\&scgi_daemon);
57 $t->run(); 57 $t->run();
58 58
59 ############################################################################### 59 ###############################################################################
60 60
61 TODO: {
62 local $TODO = 'not yet';
63
64 like(http_gzip_request('/'), qr/Content-Encoding: gzip/, 'scgi request'); 61 like(http_gzip_request('/'), qr/Content-Encoding: gzip/, 'scgi request');
65
66 }
67 62
68 ############################################################################### 63 ###############################################################################
69 64
70 sub scgi_daemon { 65 sub scgi_daemon {
71 my $server = IO::Socket::INET->new( 66 my $server = IO::Socket::INET->new(