Upon accessing my webpage, a warning message is displayed:
Resource interpreted as Image but transferred with MIME type application/octet-stream
The images on my page are in JPEG format. The server writes the image bytes to an output stream and sends it to the client.
How can I avoid this warning from appearing?