Remove content-length header
This commit is contained in:
parent
5fa330fdf4
commit
dd99b690d1
1 changed files with 0 additions and 1 deletions
|
@ -65,7 +65,6 @@ export function* get(id, name, size) {
|
|||
}
|
||||
|
||||
this.set('Content-type', type);
|
||||
this.set('Content-length', file.file_size);
|
||||
this.set('Expires', new Date(2020, 1).toISOString());
|
||||
this.set('Cache-control', 'max-age=2592000');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue