Skip to content

Commit

Permalink
Issue jetty#11803 - SyntheticContentSource: replace todo with note
Browse files Browse the repository at this point in the history
  • Loading branch information
scrat98 committed Jun 5, 2024
1 parent c05d32c commit 5a54e00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public Content.Chunk read()
@Override
public void demand(Runnable demandCallback)
{
// TODO: recursive stack overflow
// Note: recursive stack overflow not necessary for this test
demandCallback.run();
}

Expand Down

0 comments on commit 5a54e00

Please sign in to comment.