log h2.t @ 852:e0d6ba59968f

age author description
Tue, 09 Feb 2016 14:24:47 +0300 Sergey Kandaurov Tests: added HTTP/2 proxy test with logging request headers.
Mon, 08 Feb 2016 14:47:07 +0300 Sergey Kandaurov Tests: added HTTP/2 huffman encoding tests against complete table.
Mon, 08 Feb 2016 13:22:02 +0300 Sergey Kandaurov Tests: added HTTP/2 positive test for huffman encoding.
Fri, 05 Feb 2016 19:29:21 +0300 Sergey Kandaurov Tests: added HTTP/2 test for huffman encoding.
Fri, 05 Feb 2016 18:27:21 +0300 Sergey Kandaurov Tests: added HTTP/2 test with gzip vary.
Fri, 05 Feb 2016 17:40:56 +0300 Sergey Kandaurov Tests: added HTTP/2 test with charset.
Thu, 04 Feb 2016 18:05:52 +0300 Sergey Kandaurov Tests: in HTTP/2 tests, read body with $request_body_file.
Thu, 04 Feb 2016 18:05:40 +0300 Sergey Kandaurov Tests: made HTTP/2 tests respect request body flow-control windows.
Thu, 04 Feb 2016 17:36:12 +0300 Sergey Kandaurov Tests: simplified constructing HTTP/2 request body.
Thu, 04 Feb 2016 17:36:11 +0300 Sergey Kandaurov Tests: adjusted h2.t configuration for per-request timeouts.
Tue, 02 Feb 2016 18:12:51 +0300 Sergey Kandaurov Tests: check timed out HTTP/2 streams for proper RST_STREAM code.
Tue, 02 Feb 2016 17:02:00 +0300 Sergey Kandaurov Tests: updated HTTP/2 padding TODO, fixed in 0e0e2e522fa2 (1.9.11).
Thu, 28 Jan 2016 12:49:44 +0300 Sergey Kandaurov Tests: HTTP/2 test with empty request body.
Thu, 28 Jan 2016 12:23:54 +0300 Sergey Kandaurov Tests: corrected HTTP/2 test timeout for discard body with EOF.
Wed, 27 Jan 2016 19:56:04 +0300 Sergey Kandaurov Tests: respect HTTP/2 header compression, related improvements.
Wed, 27 Jan 2016 18:44:18 +0300 Sergey Kandaurov Tests: added HTTP/2 tests for client header and body timeouts.
Wed, 27 Jan 2016 18:44:15 +0300 Sergey Kandaurov Tests: style.
Tue, 26 Jan 2016 20:20:53 +0300 Sergey Kandaurov Tests: added HTTP/2 discarded request body tests with limit_req.
Tue, 26 Jan 2016 16:57:33 +0300 Sergey Kandaurov Tests: added HTTP/2 test for padded HEADERS with CONTINUATION.
Fri, 15 Jan 2016 18:01:29 +0300 Andrey Zelenkov Tests: skip test broken by header compression in h2.t.
Mon, 21 Dec 2015 14:09:22 +0300 Sergey Kandaurov Tests: unbreak h2.t when data read with empty markers.
Fri, 04 Dec 2015 14:18:34 +0300 Sergey Kandaurov Tests: one more HTTP/2 write handler test.
Thu, 19 Nov 2015 17:25:19 +0300 Sergey Kandaurov Tests: turn typo into an actual RST_STREAM test with invalid path.
Sat, 14 Nov 2015 00:18:43 +0300 Sergey Kandaurov Tests: h2.t TODOs adjusted.
Sat, 14 Nov 2015 00:01:55 +0300 Sergey Kandaurov Tests: added HTTP/2 tests for response header sent in parts.
Fri, 13 Nov 2015 23:52:56 +0300 Sergey Kandaurov Tests: stop decoding HTTP/2 headers on unknown format.
Fri, 13 Nov 2015 23:51:18 +0300 Sergey Kandaurov Tests: do not break h2.t on incomplete frame header received.
Fri, 13 Nov 2015 01:51:02 +0300 Sergey Kandaurov Tests: added HTTP/2 test for invalid header name (ticket #831).
Fri, 06 Nov 2015 16:25:15 +0300 Sergey Kandaurov Tests: fix and speed up h2.t tests by waiting for proper data.
Thu, 05 Nov 2015 15:43:40 +0300 Sergey Kandaurov Tests: added HTTP/2 test for request body delayed in limit_req.