Remove FIXME

See gh-11807
pull/11348/merge
Phillip Webb 7 years ago
parent 643cda480f
commit 1da0f2c6b0

@ -130,7 +130,6 @@ public class RouterFunctionMetrics {
return next.handle(request).doOnSuccess((response) -> {
timer(start, request, response);
}).doOnError((error) -> {
// FIXME how do we get the response under an error condition?
timer(start, request, null);
});
}

Loading…
Cancel
Save