summaryrefslogtreecommitdiff
path: root/css/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.c')
-rw-r--r--css/css.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/css.c b/css/css.c
index 8a120eb46..88487fb4a 100644
--- a/css/css.c
+++ b/css/css.c
@@ -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--;