Jeff King <peff@xxxxxxxx> writes: > before our test. But there's an even simpler solution: just make sure no > doubled slashes appear in the log (fortunately, "http://" does not > appear in the log itself). Interesting ;-). > As a bonus, this also lets us drop the check for the v0 protocol (which > is otherwise necessary since v2 makes multiple requests, and > check_access_log insists on exactly matching the number of requests, > even though we don't care about that here). Makes me wonder why we do not clear the log for each test, but OK.