Bug 1811411 - Add profiler marker when discarding JitCode r=jandem
Similar to the Discard marker, it seems useful to have a profile marker for
discard events since they can toss a lot of Jit code.
Differential Revision:
https://phabricator.services.mozilla.com/D167896
function handleRequest(aRequest, aResponse) {
aResponse.setStatusLine(aRequest.httpVersion, 302, "Moved");
aResponse.setHeader(
"Location",
"http://mochi.test:8888/tests/caps/tests/mochitest/file_bug1367586-target.html"
);
aResponse.write("To be redirected to target");
}