You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2021. It is now read-only.
if a client request a picture with an If-Modified-Since header, the source webserver replies with a 304 status code and an empty body, so the plugin cannot pipe the picture to imaginary and replies to the client with a 200 and an empty body.
one fix could be removing the header before fetching the source server.
The text was updated successfully, but these errors were encountered:
Hi, it seems to be an edge case, but,
if a client request a picture with an If-Modified-Since header, the source webserver replies with a 304 status code and an empty body, so the plugin cannot pipe the picture to imaginary and replies to the client with a 200 and an empty body.
one fix could be removing the header before fetching the source server.
The text was updated successfully, but these errors were encountered: