Skip to content

Problems with URLParser #4

@666tos

Description

@666tos

When parsing content of URL with URLParser, delegate won't notified when parsing wiil done.
This may cause crashes.
This issue can't be solved with this modifications:
1.Implement "-(void)parsingFinished" method of delegate class.
2.Add call to this method in "-(void)finishParsing" method of ElementParser class.
-(void)finishParsing
{
[delegate parsingFinished]; //my code
[self parseMoreWithPartial: NO];
[self closeAllTags];
}
Best wishes, Nikita Ivanyushchenko.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions