Index: src/http.c =================================================================== --- src/http.c (revision 5529) +++ src/http.c (arbetskopia) @@ -722,7 +722,7 @@ break; /* header complete */ if((n = http_tokenize(hdrline, argv, 2, -1)) < 2) - return; + continue; // "Accept-Language: " field can be empty (gnomes epiphany can configure the languages) if((c = strrchr(argv[0], ':')) == NULL) return;