• Łukasz Nowak's avatar
    caddy-frontend: Make test server serving in threads · cc023eac
    Łukasz Nowak authored
    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.
    cc023eac
test.py 227 KB