(Hidden by Administrator)
Bug 910207 Comment 37 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Dana Keeler [:keeler] (use needinfo?) from comment #36) > We should see about adding a test for this, though. Absolutely no time to do it, sorry. > Also, this doesn't actually compile for me, so I can't test it manually. I'm really getting tired.. will update so that it builds momentarily. Sorry! > > + if (handler) { > > + handler->DontPreconnect(info->GetHostName(), info->GetPort()); > > Does this do the right thing with respect to proxies and whatnot? I think yes. info keeps the server we connect to (the ssl end point), if it's a proxy this keeps the proxy host/port. But I may double check.