mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
49787493a6
This commit changes the way Undertow's PooledByteBuffers are dealt with. Previously, these buffers where closed as soon as all data was read. As of this commit, the UndertowServerHttpRequest returns PooledDataBuffers from getBody(), so that the buffers are released when release() is called.