comparison stream_limit_rate.t @ 1609:f3ba4c74de31

Tests: added TEST_GLOBALS_STREAM variable support.
author Andrei Belov <defan@nginx.com>
date Thu, 12 Nov 2020 17:46:49 +0300
parents 7ae2747ee593
children
comparison
equal deleted inserted replaced
1608:2f00ed2e0d1a 1609:f3ba4c74de31
34 34
35 events { 35 events {
36 } 36 }
37 37
38 stream { 38 stream {
39 %%TEST_GLOBALS_STREAM%%
40
39 # download and upload rates are set equal to the maximum 41 # download and upload rates are set equal to the maximum
40 # number of bytes transmitted 42 # number of bytes transmitted
41 43
42 # proxy_download_rate value comes from following calculations: 44 # proxy_download_rate value comes from following calculations:
43 # test string length (1000) + whitespace (1) + time string length (10) 45 # test string length (1000) + whitespace (1) + time string length (10)