Remove FIXME

See gh-11807
This commit is contained in:
Phillip Webb
2018-01-26 14:44:49 -08:00
parent 643cda480f
commit 1da0f2c6b0

View File

@@ -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);
});
}