changeset 842:60b3e0cfba77

Tests: adjusted h2.t configuration for per-request timeouts.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 04 Feb 2016 17:36:11 +0300
parents 6a401b5fa812
children 5e7845d36e54
files h2.t
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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";