spring-framework
spring-framework copied to clipboard
Upgrade `ServletHttpHandlerAdapter` to rely on Servlet 6.1 `ByteBuffer` support
As of Servlet 6.1, there is ByteBuffer support in ServletInputStream/ServletOutputStream which can be used in ServletHttpHandlerAdapter and inherited by TomcatHttpHandlerAdapter.