# HG changeset patch # User Andrey Zelenkov # Date 1452870089 -10800 # Node ID 685fc620d7213224852bd88cd7cb039f678d5a47 # Parent ada7d1ad985bb26044d7600515c43d7b9892ac63 Tests: skip test broken by header compression in h2.t. diff --git a/h2.t b/h2.t --- a/h2.t +++ b/h2.t @@ -1939,6 +1939,9 @@ ok(join('', @{$frame->{headers}->{'x-lon # response header block split and sent in parts +SKIP: { +skip 'broken by header compression', 1 unless $ENV{TEST_NGINX_UNSAFE}; + $sess = new_session(8092); $sid = new_stream($sess, { path => '/continuation?h=' . 'x' x 2**15 }); $frames = h2_read($sess, all => [{ sid => $sid, fin => 0x4 }]); @@ -1950,6 +1953,8 @@ like($lengths, qr/16384 16384 16384 1638 } +} + # max_field_size - header field name $sess = new_session(8087);