lwindolf / liferea

Liferea (Linux Feed Reader), a news reader for GTK/GNOME
https://lzone.de/liferea
GNU General Public License v2.0
804 stars 131 forks source link

Check for 304 status before 0 length data #1285 #1286

Closed rich-coe closed 10 months ago

rich-coe commented 10 months ago

When a subscription is requested to update, and it hasn't updated since the last time in the current liferea session, and the status is 304, liferea was setting the subscription into the error state.

Check for 304 status before checking for no data.

lwindolf commented 10 months ago

Thank you for debugging and fixing this!