log lib/Test/Nginx/HTTP2.pm @ 1622:5b3d33b5556c

age author description
Tue, 24 Nov 2020 01:23:00 +0000 Sergey Kandaurov Tests: converted HTTP2 raw_read() and raw_write() to class methods.
Mon, 24 Dec 2018 14:24:51 +0300 Sergey Kandaurov Tests: aligned various generic read timeouts to http_end().
Thu, 29 Nov 2018 19:18:20 +0300 Sergey Kandaurov Tests: adjusted connect timeout in HTTP/2 tests.
Mon, 19 Mar 2018 12:51:37 +0300 Sergey Kandaurov Tests: allow to wait reading unspecified HTTP/2 stream ID.
Mon, 19 Mar 2018 12:51:35 +0300 Sergey Kandaurov Tests: fixed initial window size for HTTP/2 streams with given ID.
Thu, 15 Mar 2018 19:31:52 +0300 Sergey Kandaurov Tests: do not set undefined flag 0x1 for HTTP/2 CONTINUATION frame.
Thu, 15 Mar 2018 19:10:10 +0300 Sergey Kandaurov Tests: allow to set empty HTTP/2 connection preface.
Thu, 01 Feb 2018 15:30:35 +0300 Sergey Kandaurov Tests: fixed HTTP/2 PUSH_PROMISE frame parsing.
Tue, 30 Jan 2018 15:33:26 +0300 Sergey Kandaurov Tests: basic HTTP/2 PUSH_PROMISE support.
Tue, 12 Sep 2017 05:34:31 +0300 Maxim Dounin Tests: minimal handling of HTTP/2 dynamic table size update.
Tue, 06 Jun 2017 14:40:46 +0300 Sergey Kandaurov Tests: adjusted HTTP2.pm to send SETTINGS params in a given order.
Wed, 07 Dec 2016 13:51:28 +0300 Sergey Kandaurov Tests: reset headers context when parsing HEADERS frame.
Fri, 07 Oct 2016 12:55:27 +0300 Sergey Kandaurov Tests: increased default value for read timeout in HTTP/2 tests.
Fri, 08 Jul 2016 02:21:14 +0300 Maxim Dounin Tests: simplified parallel tests.
Tue, 21 Jun 2016 16:37:58 +0300 Andrey Zelenkov Tests: parallel tests support.
Fri, 17 Jun 2016 11:41:30 +0300 Sergey Kandaurov Tests: style.
Fri, 17 Jun 2016 11:36:33 +0300 Sergey Kandaurov Tests: changed HTTP2 package to act as a class.
Wed, 15 Jun 2016 13:27:56 +0300 Sergey Kandaurov Tests: speed up HTTP/2 tests.
Fri, 10 Jun 2016 16:15:55 +0300 Andrey Zelenkov Tests: changed default HTTP2 host header to localhost.
Tue, 24 May 2016 16:09:57 +0300 Andrey Zelenkov Tests: whitespaces fix.
Mon, 23 May 2016 13:58:34 +0300 Sergey Kandaurov Tests: simple ssl_verify_client tests.
Wed, 20 Apr 2016 17:39:01 +0300 Sergey Kandaurov Tests: HTTP/2 server frames logging.
Wed, 13 Apr 2016 13:03:09 +0300 Sergey Kandaurov Tests: emit HTTP/2 SETTINGS acknowledgement by default.
Wed, 23 Mar 2016 17:23:08 +0300 Andrey Zelenkov Tests: split HTTP/2 tests, HTTP2 package introduced.