Missing Content-Length header for .nnue file

here’s the request which the Content-Length header is missing:

https://aidchess.com/stockfish/nnue/nn-1111cefa1111.nnue

and

https://aidchess.com/stockfish/nnue/nn-37f18f62d772.nnue

Apologies for the delay. We missed this thread. I tried checking and I am seeing the header:

curl -I "https://aidchess.com/stockfish/nnue/nn-1111cefa1111.nnue"
Content-Length: 74874478

If you look at the chrome network tab, you can see Content-Length is missing:


Also I noticed this with the JS code I check how much I downloaded this file, the total bytes is 0.