Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.43 KB | None | 0 0
  1. Index: src/http.c
  2. ===================================================================
  3. --- src/http.c  (revision 5529)
  4. +++ src/http.c  (arbetskopia)
  5. @@ -722,7 +722,7 @@
  6.     break; /* header complete */
  7.  
  8.        if((n = http_tokenize(hdrline, argv, 2, -1)) < 2)
  9. -   return;
  10. +   continue; // "Accept-Language: " field can be empty (gnomes epiphany can configure the languages)
  11.  
  12.        if((c = strrchr(argv[0], ':')) == NULL)
  13.     return;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement