Before this commit, HttpStatus::resolve used the values() method in its logic. This causes a new array to be allocated for each invocation, and results in memory overhead. This commit makes a copy of the HttpStatus values array, and uses that to resolve status codes. Closes gh-26842 |
||
|---|---|---|
| .. | ||
| src | ||
| spring-web.gradle | ||