Comment #1 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 problem appears to be that the driving code in url_request_job, in that a filter is not called again automatically if it fills its output buffer. In "lucky" cases it is called again, such as when reading input data from the network. When it gets all of its data from the cache, if that one cache load exhausts the output buffer size (32K), then the tail end of a page is lost (such as during a cached load when doing a back). -- 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 -~----------~----~----~----~------~----~------~--~---
