Results 33 comments of pluknet

nginx-tests, as primarily a developer test suite, is used to run against nginx mainline and the latest stable branch. (for current versions numbers, see https://nginx.org/en/download.html). Once a new stable branch...

> It would be nice to have a testcase. Do you think you would be able to write one? I will try to write such a testcase, though it may...

> I will try to write such a testcase, though it may be non-trivial. Thankfully, OpenSSL test suite already provides the needful bits by comparing the transport params that a...

- fixed tests, resolved conflicts

Note that I've added a minimalistic test case only to demonstrate what the PR fixes. The test doesn't cover a more complex case of running QUIC with custom extensions set...

- fixed style - fixed memleak in tests (also manually inspected with `enable-asan enable-ubsan` and `check-format-commit.sh`)

Just for the record, the remaining style issue appears to be false positive. > ssl/ssl_local.h:2074:extra space:# define SSL_EXT_FLAG_CONN 0x4 It is aligned to the rest of SSL_EXT_FLAG_ macros

Squashed.

Images resources are only useful in practice when viewing README.md on the GitHub web site. Otherwise, adding these new files just pollutes nginx source code repo. As such, I propose...

Added commit to make it clear what I mean, committed separately for review purposes.