Some http header fields can be declared, but not set. Ignore these fields rather than exiting.

This commit is contained in:
sb1066 2010-10-31 15:00:47 +00:00
parent fa493f9874
commit 46df6a2b72

View 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;