add todo to revert to normal pool after fix for #9311
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
cd47a07463
commit
1610cd3692
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue