RESOLVED FIXED 28401
Add support for DNS prefetching with CFNetwork
https://bugs.webkit.org/show_bug.cgi?id=28401
Summary Add support for DNS prefetching with CFNetwork
Alexey Proskuryakov
Reported 2009-08-17 11:22:37 PDT
prefetchDNS() in DNSCFNet.cpp is not implemented.
Attachments
proposed patch (2.03 KB, patch)
2009-08-17 11:26 PDT, Alexey Proskuryakov
ggaren: review+
Alexey Proskuryakov
Comment 1 2009-08-17 11:26:36 PDT
Created attachment 34981 [details] proposed patch
Geoffrey Garen
Comment 2 2009-08-17 12:07:48 PDT
Comment on attachment 34981 [details] proposed patch r=me > 54 host.releaseRef(); // The host will be released from callback. I'd change this to "The host will be released in clientCallback".
Alexey Proskuryakov
Comment 3 2009-08-17 15:09:17 PDT
Committed revision 47391. Made one post-review change: with a null callback info, CFHostStartInfoResolution() works synchronously, even if the client has been set.
Note You need to log in before you can comment on or make changes to this bug.