Menu

#230 Access violation

open
nobody
None
5
2005-01-22
2005-01-22
No

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;

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.