-
Notifications
You must be signed in to change notification settings - Fork 465
Open
Description
Steps to reproduce:
- Download and unpack
$ wget http://ompldr.org/vZzlndw/error.html.bz2
$ bunzip2 error.html.bz2
- In erlang console:
{ok, Data} = file:read_file("error.html"),
mochiweb_html:parse(Data).
** exception error: no case clause matching <<"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional."...>>
in function mochiweb_html:find_qgt/2
in call from mochiweb_html:tokenize/2
in call from mochiweb_html:tokens/3
in call from mochiweb_html:parse/1
but HTML source code looks valid.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels