Issue 2489: Frequent blank HTTPS pages (e.g., https://bugs.webkit.org/) http://code.google.com/p/chromium/issues/detail?id=2489
Comment #4 by [EMAIL PROTECTED]: Fixed in r2613 (the fix proper) and r2635 (unit tests). ------------------------------------------------------------------------ r2613 | [EMAIL PROTECTED] | 2008-09-25 15:15:16 -0700 (Thu, 25 Sep 2008) | 12 lines If we read nothing (EOF) after sending a request on a persistent connection, it also indicates that the server closed the connection before receiving the request, and we should resend the request on a new connection. I refactored the main code of HandleIOError into a new ShouldResendRequest method so that I can reuse it to handle the read-nothing case. R=darin BUG=2489 Review URL: http://codereview.chromium.org/4264 ------------------------------------------------------------------------ Issue attribute updates: Status: Fixed -- 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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
