Server don't send `Content-Length header` to Three.js .gltf file

Hello everyone, noticed that Content-Length header don’t send with .gltf file served from public folder, can you help me?

Link to File: https://deploy-preview-142--hoverla-soft.netlify.app/motion/mountain-default.gltf

Screen from Postman headers:

I can see the Content-Length header using curl

$ curl -I https://deploy-preview-142--hoverla-soft.netlify.app/motion/mountain-default.gltf
HTTP/2 200
accept-ranges: bytes
age: 0
cache-control: public,max-age=0,must-revalidate
cache-status: "Netlify Edge"; fwd=miss
content-type: application/octet-stream
date: Thu, 25 Apr 2024 08:38:11 GMT
etag: "8a894deb57c90b2f12292aa1d76f44ea-ssl"
server: Netlify
strict-transport-security: max-age=31536000; includeSubDomains; preload
x-nf-request-id: 01HWA6FCFBZW00FNH800JC86V8
x-robots-tag: noindex
content-length: 13284996  # Hear it is!

I can also see it in Developer Tools → Network

Yeah, now Content-Length is sending from server :thinking: