changeset 710:aed139eaaf3f

Tests: fixed comment after 40675bfad7d3.
author Andrey Zelenkov <zelenkov@nginx.com>
date Wed, 23 Sep 2015 15:31:08 +0300
parents ad8134cd6f45
children 824754da4afc
files stream_limit_rate.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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'};