6 function handleRequest(request, response) {
7 response.processAsync();
8 timer = Cc["@mozilla.org/timer;1"].createInstance(Ci.nsITimer);
11 response.setHeader("Content-Type", "text/html", false);
13 "<body>Slow loading page for netmonitor test. You should never see this.</body>"
18 Ci.nsITimer.TYPE_ONE_SHOT