diff 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
line wrap: on
line diff
--- a/h2_server_push.t
+++ b/h2_server_push.t
@@ -113,8 +113,6 @@ http {
         location /gzip.html {
             gzip on;
             gzip_min_length 0;
-
-            http2_push /gzip.html;
             return 200 PROMISED;
         }
     }