You can't download this image
Or can you? Go ahead and try downloading the lovely Mona Lisa from
below:
Assuming you've just given it a go, you're probably being confronted
with a download that's infinitely going on. What dark magic is this?!
The answer
When you usually try to download an image, your browser opens a
connection to the server and sends a GET request asking for the image.
The server responds with the image and closes the connection.
Here however, the server sends the image, but doesn't close the
connection! It keeps the connection open and sends bits of data
periodically to make sure it stays open. So your browser thinks that
the image is still being sent over, which is why the download seems to
be going on infinitely.
Find this project on GitHub