You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by James Peach <jp...@apache.org> on 2012/10/08 05:45:47 UTC

TS_PARSE_DONE vs. TS_PARSE_OK

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