Server.js icon indicating copy to clipboard operation
Server.js copied to clipboard

Timeout when parser throws exception

Open LaurensRietveld opened this issue 10 years ago • 1 comments

When the parser throws an exception (e.g. in this situation https://github.com/rdfhdt/hdt-cpp/issues/11) then no response status is returned. Would be nice to catch errors like this and return a 500 error message

LaurensRietveld avatar Apr 23 '15 18:04 LaurensRietveld

That's a bug indeed, incorrect HDT files exist, so we should be able to cope with them.

RubenVerborgh avatar Apr 23 '15 18:04 RubenVerborgh