Commit e6deadac authored by Jérome Perrin's avatar Jérome Perrin

testing: fix resource warning with ManagedHTTPServer

We fork a subprocess to serve requests, but the listening socket is bound
in server constructor and inherited by subprocess. With this pattern, we
have to explicitly close the socket from parent process to prevent the
leak.
parent 91edab77
Pipeline #18231 passed with stage
in 0 seconds