# HG changeset patch # User Maxim Dounin # Date 1438037192 -10800 # Node ID 443848f28a73d946e354a30e6f8294840a6544d9 # Parent 1925b27f24b6df1b16ff52a95c4235f775b3dba3 Tests: whitespace fix. diff --git a/stream_limit_rate.t b/stream_limit_rate.t --- a/stream_limit_rate.t +++ b/stream_limit_rate.t @@ -116,7 +116,7 @@ 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 +# the first two chunks are halfs of test string # and the third one is some extra data from backend. %r = stream_get($str, peer => '127.0.0.1:8085');