# HG changeset patch # User Sergey Kandaurov # Date 1414585887 -10800 # Node ID 8474d27c91477271a536ea2fb5527e294cd9d69c # Parent c5ff54b567105947139ac4dfb5d338d844177b10 Tests: adjusted SPDY TODOs, fix committed. diff -r c5ff54b56710 -r 8474d27c9147 spdy.t --- a/spdy.t Tue Oct 28 20:56:21 2014 +0300 +++ b/spdy.t Wed Oct 29 15:31:27 2014 +0300 @@ -260,7 +260,7 @@ # 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' });