зеркало из https://github.com/mozilla/pjs.git
we weren't initializing the request
This commit is contained in:
Родитель
587a190336
Коммит
d1859a2754
|
@ -112,6 +112,7 @@ nsHTTPHandler::NewChannel(const char* verb, nsIURI* i_URL,
|
|||
if (pNewInstance)
|
||||
{
|
||||
NS_ADDREF(pNewInstance);
|
||||
pNewInstance->Init();
|
||||
pNewInstance->QueryInterface(nsIChannel::GetIID(), (void**)o_Instance);
|
||||
// add this instance to the active list of connections
|
||||
// TODO!
|
||||
|
|
Загрузка…
Ссылка в новой задаче