comparison h2_server_push.t @ 1287:b575be896b99

Tests: removed leftover from h2_server_push.t.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 15 Feb 2018 02:10:15 +0300
parents aaf332b74bcf
children 1e00ba2882cb
comparison
equal deleted inserted replaced
1286:b50c8b9a7644 1287:b575be896b99
111 } 111 }
112 112
113 location /gzip.html { 113 location /gzip.html {
114 gzip on; 114 gzip on;
115 gzip_min_length 0; 115 gzip_min_length 0;
116
117 http2_push /gzip.html;
118 return 200 PROMISED; 116 return 200 PROMISED;
119 } 117 }
120 } 118 }
121 119
122 server { 120 server {