This commit is contained in:
kipp 1998-06-01 20:53:01 +00:00
Родитель 96dd72a330
Коммит fb8881c928
2 изменённых файлов: 4 добавлений и 0 удалений

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

@ -291,7 +291,9 @@ static void bam_exit_routine(URL_Struct *URL_s, int status, MWContext *window_id
if (NULL != URL_s) {
nsConnectionInfo *pConn = (nsConnectionInfo *)URL_s->fe_data;
#ifdef NOISY
printf("+++ Finished loading %s\n", URL_s->address);
#endif
PR_ASSERT(pConn);
/* Release the ConnectionInfo object held in the URL_Struct. */

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

@ -461,7 +461,9 @@ NET_StreamBuilder (FO_Present_Types format_out,
/* Notify the data consumer that Binding is beginning...*/
/* XXX: check result to terminate connection if necessary */
#ifdef NOISY
printf("+++ Created a stream for %s\n", URL_s->address);
#endif
if (pConn->pConsumer) {
pConn->pConsumer->OnStartBinding();
}