changeset 429:89f7a882d692

Tests: spdy.t TODO updated. The problem with cache resulting in premature client connection close was fixed in nginx 1.7.3.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 07 Jul 2014 21:58:59 +0400
parents e95c3340d94a
children a82b02635614
files spdy.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/spdy.t
+++ b/spdy.t
@@ -255,7 +255,8 @@ ok(!grep ({ $_->{type} eq "DATA" } @$fra
 # client connection close due to cache filling up with upstream response body
 
 TODO: {
-local $TODO = 'premature client connection close';
+local $TODO = 'premature client connection close'
+	unless $t->has_version('1.7.3');
 
 $sid2 = spdy_stream($sess, { path => '/' });
 $frames = spdy_read($sess, all => [{ sid => $sid1, fin => 1 }]);