1 - triagedhelp wantedt:docst:routingt:server
描述
Given route definition as follows:
addTraceHeaderIfMissing {
logHttpRequest {
logHttpResponse {
withRequestTimeoutResponse(handleTimeoutResponse) {
logHttpResponse {
Route.seal(routes)
}
}
}
}
}
Where logHttpResponse is implemented with mapResponse directive, both logHttpResponse calls log 200 OK response if service timeout is reached.
Any clues? Am I missing something? Many thanks!