comparison spdy.t @ 488:8474d27c9147

Tests: adjusted SPDY TODOs, fix committed.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 29 Oct 2014 15:31:27 +0300
parents c5ff54b56710
children 071e8941e3bf
comparison
equal deleted inserted replaced
487:c5ff54b56710 488:8474d27c9147
258 'response header with multiple values'); 258 'response header with multiple values');
259 259
260 # response header with multiple values - no empty values inside 260 # response header with multiple values - no empty values inside
261 261
262 TODO: { 262 TODO: {
263 local $TODO = 'not yet'; 263 local $TODO = 'not yet' unless $t->has_version('1.7.8');
264 264
265 $sess = new_session(); 265 $sess = new_session();
266 $sid1 = spdy_stream($sess, { path => '/header/inside' }); 266 $sid1 = spdy_stream($sess, { path => '/header/inside' });
267 $frames = spdy_read($sess, all => [{ sid => $sid1, fin => 1 }]); 267 $frames = spdy_read($sess, all => [{ sid => $sid1, fin => 1 }]);
268 268