spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
56.77k stars 38.16k forks source link

Upgrade ServletHttpHandlerAdapter to rely on Servlet 6.1 ByteBuffer support #33748

Closed jhoeller closed 1 week ago

jhoeller commented 1 month ago

As of Servlet 6.1, there is ByteBuffer support in ServletInputStream/ServletOutputStream which can be used in ServletHttpHandlerAdapter and inherited by TomcatHttpHandlerAdapter.