comparison h2_proxy_max_temp_file_size.t @ 1900:236d038dc04a

Tests: suppress "listen .. http2;" deprecation warnings.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 31 May 2023 13:29:34 +0400
parents 696322b7e2c3
children
comparison
equal deleted inserted replaced
1899:a0ee073760c5 1900:236d038dc04a
64 } 64 }
65 65
66 EOF 66 EOF
67 67
68 $t->write_file('1', 'X' x (1024 * 1024)); 68 $t->write_file('1', 'X' x (1024 * 1024));
69
70 # suppress deprecation warning
71
72 open OLDERR, ">&", \*STDERR; close STDERR;
69 $t->run(); 73 $t->run();
74 open STDERR, ">&", \*OLDERR;
70 75
71 ############################################################################### 76 ###############################################################################
72 77
73 # test that the response is wholly proxied when all event pipe buffers are full 78 # test that the response is wholly proxied when all event pipe buffers are full
74 79