]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
t/httpd-corner: modernize test
authorEric Wong <e@80x24.org>
Wed, 2 Apr 2025 19:00:13 +0000 (19:00 +0000)
committerEric Wong <e@80x24.org>
Fri, 4 Apr 2025 19:52:38 +0000 (19:52 +0000)
commite4ea7efe84c150de568ee737a87ca479686b7cc4
treee9608c4e5f7e74d0493ad91a4d7ca9d12b3c0f1e
parentf27e46336c70c3e7c0a1c5dec6092d0c3b43e4b6
t/httpd-corner: modernize test

We'll rely on autodie more.  We'll also declare internal
subroutines as `my' scalars to ensure they can't be accessed by
other tests when we reuse test processes in `check-run'.  We'll
also set avoid setting TCP_NODELAY for cases where it's not
necessary to save a handfull of cycles.

More corner case tests will be added soon to ensure we can
handle HTTPS termination for Varnish (or other caches).
t/httpd-corner.psgi
t/httpd-corner.t