]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Some http header fields can be declared, but not set. Ignore these fields rather...
authorsb1066 <sb1066@gmail.com>
Sun, 31 Oct 2010 15:00:47 +0000 (15:00 +0000)
committersb1066 <sb1066@gmail.com>
Sun, 31 Oct 2010 15:00:47 +0000 (15:00 +0000)
src/http.c

index c8866888dcec7f2f58b928e0d8488686fb7ab108..7608e8661f3c3a895bdc926f92bb81f52686485c 100644 (file)
@@ -722,7 +722,7 @@ http_serve_requests(http_connection_t *hc, htsbuf_queue_t *spill)
        break; /* header complete */
 
       if((n = http_tokenize(hdrline, argv, 2, -1)) < 2)
-       return;
+       continue;
 
       if((c = strrchr(argv[0], ':')) == NULL)
        return;