# HG changeset patch # User Sergey Kandaurov # Date 1612802854 -10800 # Node ID 0190dd24d328d40f1e853a03f878df6ff5ac1a0f # Parent f89ff07b6ac079989eb7bc1cc29aec4a31642d4d Tests: removed unnecessary http2 directives from grpc_ssl.t. They were blindly copied from grpc.t and aren't required here. diff --git a/grpc_ssl.t b/grpc_ssl.t --- 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;