Any error during the http stream parsing that isnt of type EParserException causes an access violation.
This can be fixed by modifying ParseHttpStream in feedretrieval.pas. Change:
Raise (e);
to
Raise;
Log in to post a comment.