comparison grpc.t @ 1390:2c0955286894

Tests: unbreak grpc.t on stable versions. Notably, this fixes tests on Solaris.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 06 Nov 2018 20:33:13 +0300
parents 97c8280de681
children 01d806268a12
comparison
equal deleted inserted replaced
1389:73a9504ae6fd 1390:2c0955286894
208 is($frame->{headers}{'x-connection'}, $c, 'keepalive 2 - connection reuse'); 208 is($frame->{headers}{'x-connection'}, $c, 'keepalive 2 - connection reuse');
209 209
210 } 210 }
211 211
212 undef $f; 212 undef $f;
213 # don't bother with a new instance until the old one is over
214 select undef, undef, undef, 0.2 unless $t->has_version('1.15.4');
213 $f = grpc(); 215 $f = grpc();
214 216
215 # various header compression formats 217 # various header compression formats
216 218
217 $f->{http_start}('/SayHello'); 219 $f->{http_start}('/SayHello');