Comment #21 on issue 29914 by [email protected]: DNS queries not forwarded through SOCKS v5 proxies http://code.google.com/p/chromium/issues/detail?id=29914
@nixmlists: RE comment 18: I recommend filing the DNS prefetching on by default + proxies as a separate issue. It sure would be nice to be able to automatically disable prefetching in some circumstances, but it is a bit tricky to know what those are. @nixmlists: RE comment 19: Sure. The second change was simply a cleanup. In r34903 (the first change) I make proxy-side resolution the default when using SOCKS v5 proxy, which is what this bug is about. But I retain the old behavior (client-side resolution with fallback to proxy-side) as a customizable option at the code-level. In the cleanup change (r34928) I remove that optional support alltogether, since I don't expect we will ever use it, so it is just unnecessary complexity. -- 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
