Skip to content

Commit 5a54e00

Browse files
committed
Issue jetty#11803 - SyntheticContentSource: replace todo with note
1 parent c05d32c commit 5a54e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetty-core/jetty-io/src/test/java/org/eclipse/jetty/io/content/ContentSourcePublisherTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public Content.Chunk read()
9696
@Override
9797
public void demand(Runnable demandCallback)
9898
{
99-
// TODO: recursive stack overflow
99+
// Note: recursive stack overflow not necessary for this test
100100
demandCallback.run();
101101
}
102102

0 commit comments

Comments
 (0)