Skip to content

Close InputStream from RSS feed and prevent NPE

Torsten Grote requested to merge close-feed-stream into master

While investigating another bug, I noticed some warnings in the log about the stream not being closed. So I am closing it now and also prevent a possible NPE.

No compatibility issues with future upgrades are expected from this MR.

Merge request reports