Commit 1da0f2c6 authored by Phillip Webb's avatar Phillip Webb

Remove FIXME

See gh-11807
parent 643cda48
...@@ -130,7 +130,6 @@ public class RouterFunctionMetrics { ...@@ -130,7 +130,6 @@ public class RouterFunctionMetrics {
return next.handle(request).doOnSuccess((response) -> { return next.handle(request).doOnSuccess((response) -> {
timer(start, request, response); timer(start, request, response);
}).doOnError((error) -> { }).doOnError((error) -> {
// FIXME how do we get the response under an error condition?
timer(start, request, null); timer(start, request, null);
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment