comparison h2_request_body_preread.t @ 1070:efccab043dd3

Tests: removed TODOs for fixes merged in 1.10.2.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 24 Oct 2016 15:59:23 +0300
parents 196d33c2bb45
children 2710e9505937
comparison
equal deleted inserted replaced
1069:1b11a12be179 1070:efccab043dd3
87 } 87 }
88 88
89 EOF 89 EOF
90 90
91 $t->write_file('t', ''); 91 $t->write_file('t', '');
92 $t->try_run('no http2_body_preread_size')->plan(8); 92 $t->run()->plan(8);
93 93
94 ############################################################################### 94 ###############################################################################
95 95
96 # request body within preread size (that is, stream window) 96 # request body within preread size (that is, stream window)
97 97