The problem with leaving connections open is that there's a limit on how many you can have on the server... I think the author has committed self-DoS :) https://en.wikipedia.org/wiki/Slowloris_(computer_security)
You can't download this image
31–40 of 241 posts
Re: You can't download this image
#32It downloaded on Safari on iOS. Long press on the image and tap Add to photos.
Re: You can't download this image
#33When you usually try to download an image, your browser opens a connection to the server and sends a GET request asking for the image. I'm not a web designer, but that seems rather ass-backwards. I'm already looking at the image, therefore the image is already residing either in my cache or in my RAM. Why it is downloaded a second time instead of just being copied onto my drive?
The format allows for showing images when they are partially downloaded, and also allows pushing data that doesn't actually change the image.
Re: You can't download this image
#34Re: You can't download this image
#35Firefox mobile did hang when trying to download, but after pressing cancel the image was downloaded and viewable in my gallery app.
Re: You can't download this image
#36When you usually try to download an image, your browser opens a connection to the server and sends a GET request asking for the image. I'm not a web designer, but that seems rather ass-backwards. I'm already looking at the image, therefore the image is already residing either in my cache or in my RAM. Why it is downloaded a second time instead of just being copied onto my drive?