Descriptionnet: Avoid recursion in URLRequestJob::ReadFilteredData.
There's no need to use recursion when getting the data from a filter.
This version uses a loop instead.
The issue with recursion is that it opens the door to stack exhaustion
if there is no way to limit its depth. In this case, that would be a
hard thing to do given that it basically depends on interactions outside
of our control.
BUG=366149
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268030
Patch Set 1 #
Total comments: 6
Patch Set 2 : Address comments #
Messages
Total messages: 6 (0 generated)
|