caddy-frontend: Make test server serving in threads
Since haproxy checks the test server for availability and does it asynchronously, the test server has to reply ASAP for given request, but when one request blocks, then whole server is blocked, so just simply switch it to threading model. It's not the best, but good enough for test usage.
Showing
Please register or sign in to comment