Chromium Code Reviews
DescriptionMake sure filter buffer is flushed after it fills its output quota
In some cases, when the filter returned but the output buffer was full,
the ReadFilteredData code was not "bothering" to call the filter again
(because there was no more input data to provide). We now maintain
state indicating that the output buffer was filled (last time) and use
that to ensure we call the filter(s) again when Read is next called.
bug=7985
r=huanr
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10244
Patch Set 1 #Patch Set 2 : '' #Patch Set 3 : '' #
Total comments: 4
Patch Set 4 : '' #Patch Set 5 : '' #Messages
Total messages: 3 (0 generated)
|