• Marek Vavruša's avatar
    modules/http: added /trace endpoint for request log tracing, added tests · 5e7e4c1e
    Marek Vavruša authored
    This leverages the HTTP interface to trace execution of individual
    requests. This is helpful for troubleshooting problems with a specific instance,
    or to generate test files (as it writes out answers received).
    
    Ideally it would also print a timeline of request processing broken down by
    function (or layer) and the amount of time spent, but there's no
    tracepoint for that yet.
    5e7e4c1e