434435436437438439440441442443444
return servletResponse.generateOutput(request); // the generated output, yea! } finally { session.touch(); stats.endProcessing(System.nanoTime() - startTime); lastHttpStatusCode=servletResponse.getStatusCode(); } } catch (final HTTPException e) {
8788899091929394959697
stats.startProcessing(); try{Thread.sleep(random.nextInt(10));}catch(Exception e){} } finally { stats.endProcessing(System.nanoTime()-startTime); } } }); } boolean success=false;