Remove content-length header

This commit is contained in:
Jonathan Cremin 2015-08-10 12:05:32 +01:00
parent 5fa330fdf4
commit dd99b690d1

View file

@ -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');