DefaultContext.start(execControl, requestConstants, effectiveRegistry, ChainHandler.unpack(handler), Action.noop());
try {
if (!latch.await(timeout, TimeUnit.SECONDS)) {
throw new HandlerTimeoutException(this, timeout);
}
} catch (InterruptedException e) {
throw uncheck(e); // what to do here?
} finally {
status = response.getStatus();