Issue 3820: Audit a line of code in http_auth_handler_digest.cc
http://code.google.com/p/chromium/issues/detail?id=3820
New issue report by [EMAIL PROTECTED]:
TODO(eroman): check lines 118-121 of http_auth_handler_digest.cc:
if (target_ == HttpAuth::AUTH_PROXY && url.SchemeIs("https")) {
*method = "CONNECT";
*path = url.host() + ":" + IntToString(url.EffectiveIntPort());
} else {
I wrote this clause without fully understanding it.
Should do a real-world test and make sure it works.
Issue attributes:
Status: Assigned
Owner: [EMAIL PROTECTED]
Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend NewHTTP
--
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
-~----------~----~----~----~------~----~------~--~---