What does status finished mean in Google Chrome developer tools network tab?

Based on my experience, the status “finished” also may indicates that the server sent the wrong status code (in my case the server responds with status code 0, but with full right body (it was backend bug)).


Have you tried clearing the Cache, try force reloading the page with

Ctrl + Shift + R (or CMD + Shift + R on Mac)

Or Chrome has a 'Disable Cache' checkbox in dev tools under the 'Network' tab.

Hope this helps.


Solved, local files which I try to load without apache (web server) loads and chrome gives them status as finished. If I load under web server I receive status of 200