Some http header fields can be declared, but not set. Ignore these fields rather than exiting.
This commit is contained in:
parent
fa493f9874
commit
46df6a2b72
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue