Comment #1 on issue 18782 by [email protected]: Clean up confusion in URLRequest's is_pending, and Notify{Done,StartError} http://code.google.com/p/chromium/issues/detail?id=18782
Some other code to clean up: 1. The comments in url_request.h related to is_pending_ are stale. "the response has not yet been called" should probably be "the response has not yet been received". "the time we dispatch RequestComplete": there is no RequestComplete method in the net module. Based on my inspection of the current source code, we probably should say "the time the job calls NotifyDone". 2. is_pending_ is easily confused with status_.is_io_pending(). -- 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 -~----------~----~----~----~------~----~------~--~---
