we weren't initializing the request

This commit is contained in:
valeski%netscape.com 1999-06-09 14:01:50 +00:00
Родитель 587a190336
Коммит d1859a2754
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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!