libwww-perl / HTML-Parser

The HTML-Parser distribution is is a collection of modules that parse and extract information from HTML documents.
Other
6 stars 13 forks source link

Add a regression test and fix a stack confusion problem. #21

Closed genio closed 3 years ago

genio commented 3 years ago

Parser.xs fails to call SPAGAIN after parse within eof.

Add a regression test so that this doesn't get reverted accidentally in the future. Add a fix to the problem by calling SPAGAIN after parse.

Thank you, Matthew Horsfall (@wolfsage).

oalders commented 3 years ago

Excellent stuff! I've squashed, merged and pushed from the command line.