Skip to content

Commit

Permalink
add todo to revert to normal pool after fix for #9311
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Feb 6, 2023
1 parent cd47a07 commit 1610cd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public void stop() throws Exception
@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()
{
Expand Down

0 comments on commit 1610cd3

Please sign in to comment.