changeset 1645:0190dd24d328

Tests: removed unnecessary http2 directives from grpc_ssl.t. They were blindly copied from grpc.t and aren't required here.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 08 Feb 2021 19:47:34 +0300
parents f89ff07b6ac0
children 5b1fa6e32549
files grpc_ssl.t
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/grpc_ssl.t
+++ b/grpc_ssl.t
@@ -56,10 +56,6 @@ http {
         ssl_verify_client optional;
         ssl_client_certificate client.crt;
 
-        http2_max_field_size 128k;
-        http2_max_header_size 128k;
-        http2_body_preread_size 128k;
-
         location / {
             grpc_pass 127.0.0.1:8082;
             add_header X-Connection $connection;
@@ -70,10 +66,6 @@ http {
         listen       127.0.0.1:8080 http2;
         server_name  localhost;
 
-        http2_max_field_size 128k;
-        http2_max_header_size 128k;
-        http2_body_preread_size 128k;
-
         location / {
             grpc_pass grpcs://127.0.0.1:8081;
             grpc_ssl_name localhost;