Stefan, On Tue, Jan 25, 2022 at 12:58 PM Stefan Eissing <ste...@eissing.org> wrote: > > Failure in https://app.travis-ci.com/github/apache/httpd/jobs/556778281 > indicates that the SSL handshake timeout no longer is working. > Also logs mpm:error several times. > > The test opens a socket and sends one byte, then waits for > the connection to close with the configured timeout. > > Run locally with: > > pytest test/modules/http2/ -vvv -k test_h2_105_02
Is there a way to have the pytest framework talk to an httpd already running in gdb? Cheers; Yann.