add todo to revert to normal pool after fix for #9311

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2023-02-06 11:10:21 +11:00
parent cd47a07463
commit 1610cd3692
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ public class MultiPartServletTest
@Test
public void testLargePart() throws Exception
{
// TODO: Use normal pool when a fix for https://github.com/eclipse/jetty.project/issues/9311 is merged.
RetainableByteBufferPool bufferPool = new RetainableByteBufferPool.NonPooling();
start(new HttpServlet()
{