# HG changeset patch # User Andrey Zelenkov # Date 1505149575 -10800 # Node ID f373a718f6463a949e2f0fe88a078425b7ba3b73 # Parent 24e175025ad81335acfef965a186f6c686b54f1a Tests: stream_ssl_preread.t TODO adjusted. diff --git a/stream_ssl_preread.t b/stream_ssl_preread.t --- a/stream_ssl_preread.t +++ b/stream_ssl_preread.t @@ -162,7 +162,7 @@ is(get_ssl('foo', 8083), undef, 'preread is(stream()->io('x' x 1000), "127.0.0.1:$p3", 'not a handshake'); TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.13.6'); is(stream("127.0.0.1:$p4")->io('x' x 16), "127.0.0.1:$p3", 'pending buffers on next upstream');