# HG changeset patch # User Andrey Zelenkov # Date 1443011468 -10800 # Node ID aed139eaaf3ffde2d4d6701c556ffd3c0f4d2fc7 # Parent ad8134cd6f45c920785c79cc81fb39f9d0a706b0 Tests: fixed comment after 40675bfad7d3. diff --git a/stream_limit_rate.t b/stream_limit_rate.t --- a/stream_limit_rate.t +++ b/stream_limit_rate.t @@ -116,8 +116,8 @@ is($r{'data'}, '1', 'upload - one byte') } # Five chunks are split with four 1s delays + 2s error: -# the first two chunks are halfs of test string -# and the third one is some extra data from backend. +# the first four chunks are quarters of test string +# and the fifth one is some extra data from backend. %r = stream_get($str, peer => '127.0.0.1:8085'); my $diff = time() - $r{'time'};