Comment #5 on issue 7985 by [email protected]: Back button does not  
provide complete re-rendering of page
http://code.google.com/p/chromium/issues/detail?id=7985

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=10538

------------------------------------------------------------------------
r10538 | [email protected] | 2009-02-26 15:50:14 -0800 (Thu, 26 Feb 2009) |  
16 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/branches/release_154.next/src/net/url_request/url_request_job.cc?r1=10538&r2=10537
    M  
http://src.chromium.org/viewvc/chrome/branches/release_154.next/src/net/url_request/url_request_job.h?r1=10538&r2=10537

Make 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

Original Review URL: http://codereview.chromium.org/27073

(Merge r10244 to the release branch)

R= jar
Review URL: http://codereview.chromium.org/28230
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to