# HG changeset patch # User Sergey Kandaurov # Date 1414585887 -10800 # Node ID 8474d27c91477271a536ea2fb5527e294cd9d69c # Parent c5ff54b567105947139ac4dfb5d338d844177b10 Tests: adjusted SPDY TODOs, fix committed. diff --git a/spdy.t b/spdy.t --- a/spdy.t +++ b/spdy.t @@ -260,7 +260,7 @@ is($frame->{headers}->{'set-cookie'}, "v # response header with multiple values - no empty values inside TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.7.8'); $sess = new_session(); $sid1 = spdy_stream($sess, { path => '/header/inside' });