# HG changeset patch # User Maxim Dounin # Date 1404755939 -14400 # Node ID 89f7a882d692bbc61838ed3eddbabe8225125a6a # Parent e95c3340d94a712600c6b5dac00b7d8f82fe679b Tests: spdy.t TODO updated. The problem with cache resulting in premature client connection close was fixed in nginx 1.7.3. diff --git a/spdy.t b/spdy.t --- 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 }]);