Don't assert() for AUTH or SSL codes (fix 1498477)

svn path=/trunk/netsurf/; revision=2713
This commit is contained in:
Richard Wilson 2006-07-04 22:03:39 +00:00
parent ff6694c108
commit 59b7ce9194
1 changed files with 3 additions and 0 deletions

View File

@ -914,6 +914,9 @@ void css_atimport_callback(content_msg msg, struct content *css,
c->active--;
break;
case CONTENT_MSG_AUTH:
case CONTENT_MSG_SSL:
/* todo: handle AUTH and SSL */
case CONTENT_MSG_ERROR:
c->data.css.import_content[i] = 0;
c->active--;