mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 17:30:27 +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 kHttpContentEncoding:
|
||||
case kHttpContentRange:
|
||||
case kHttpLocation:
|
||||
fprintf(stderr, "error: can't program header: %`'s\n", s);
|
||||
exit(1);
|
||||
case kHttpServer:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue