diff --git a/src/http.c b/src/http.c index c8866888..7608e866 100644 --- a/src/http.c +++ b/src/http.c @@ -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;