changeset 1371:ece25f998f0d

Tests: adjusted TODO in grpc_ssl.t, fix committed. See 23e407a72fe9 for details.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 03 Sep 2018 21:26:50 +0300
parents 23e407a72fe9
children 4c0ea623343a
files grpc_ssl.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/grpc_ssl.t
+++ b/grpc_ssl.t
@@ -206,7 +206,7 @@ cmp_ok($frame->{headers}{'x-connection'}
 ok($c = $frame->{headers}{'x-connection'}, 'keepalive - connection');
 
 TODO: {
-local $TODO = 'not yet' if $^O eq 'MSWin32';
+local $TODO = 'not yet' if $^O eq 'MSWin32' and !$t->has_version('1.15.4');
 
 $f->{http_start}('/KeepAlive');
 $f->{data}('Hello');