Hi all, Can anyone enlighten me as to the difference between TS_PARSE_DONE and TS_PARSE_OK? Most plugins that I have seen only look at TS_PARSE_DONE, which is why I filed https://issues.apache.org/jira/browse/TS-1509. However, in Mime.cc, it looks like we do return PARSE_OK (aka TS_PARSE_OK). What is a plugin supposed to do differently when it gets TS_PARSE_OK that it would not do when it gets TS_PARSE_DONE?
J