# 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 -r 23e407a72fe9 -r ece25f998f0d grpc_ssl.t --- a/grpc_ssl.t Mon Sep 03 21:21:30 2018 +0300 +++ b/grpc_ssl.t Mon Sep 03 21:26:50 2018 +0300 @@ -206,7 +206,7 @@ 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');