spring-framework/spring-webmvc/src
Arjen Poutsma 7c4f0318bb Improve efficiency of built RouterFunction
This commit changes the way RouterFunctions registered to the builder
are composed in both WebFlux.fn and WebMvc.fn.
Prior to this commit, all routes added to the build were composed with
`reduce`.
After this commit, all routes are stored in a special router function,
allowing for more efficient execution and smaller stack traces.

Closes gh-24652
2020-03-13 16:09:41 +01:00
..
main Improve efficiency of built RouterFunction 2020-03-13 16:09:41 +01:00
test Add ServerRequest::checkNotModified 2020-03-11 16:45:00 +01:00