# HG changeset patch # User Sergey Kandaurov # Date 1454596571 -10800 # Node ID 60b3e0cfba7754f0b048b8bb5c8abffcc5336bcb # Parent 6a401b5fa812cb9f4760e2741a463fe680a76451 Tests: adjusted h2.t configuration for per-request timeouts. diff --git a/h2.t b/h2.t --- a/h2.t +++ b/h2.t @@ -226,6 +226,8 @@ http { server_name localhost; http2_recv_timeout 1s; + client_header_timeout 1s; + send_timeout 1s; } server { @@ -233,6 +235,7 @@ http { server_name localhost; http2_idle_timeout 1s; + client_body_timeout 1s; location /proxy2/ { add_header X-Body "$request_body";