mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-06 09:50:28 +00:00
Add Location to ProgramHeader exclusions
This commit is contained in:
parent
4486ad5c9e
commit
cd11d5709d
1 changed files with 1 additions and 0 deletions
|
@ -928,6 +928,7 @@ static void ProgramHeader(const char *s) {
|
||||||
case kHttpContentLength:
|
case kHttpContentLength:
|
||||||
case kHttpContentEncoding:
|
case kHttpContentEncoding:
|
||||||
case kHttpContentRange:
|
case kHttpContentRange:
|
||||||
|
case kHttpLocation:
|
||||||
fprintf(stderr, "error: can't program header: %`'s\n", s);
|
fprintf(stderr, "error: can't program header: %`'s\n", s);
|
||||||
exit(1);
|
exit(1);
|
||||||
case kHttpServer:
|
case kHttpServer:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue