# HG changeset patch # User Sergey Kandaurov # Date 1535999210 -10800 # Node ID ece25f998f0dd75446aafd020b051417b5bc4a95 # Parent 23e407a72fe932b62ccfc569a6b9948de9342e81 Tests: adjusted TODO in grpc_ssl.t, fix committed. See 23e407a72fe9 for details. diff --git a/grpc_ssl.t b/grpc_ssl.t --- 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');