[ https://issues.apache.org/jira/browse/TS-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Leif Hedstrom updated TS-2640: ------------------------------ Labels: api-change (was: ) > Does _TSAssert() really have to return an int (always 0) ? > ---------------------------------------------------------- > > Key: TS-2640 > URL: https://issues.apache.org/jira/browse/TS-2640 > Project: Traffic Server > Issue Type: Improvement > Components: TS API > Reporter: Leif Hedstrom > Labels: api-change > Fix For: 5.0.0 > > > I don't know why, but we have > {code} > _TSAssert(const char *text, const char *file, int line) > { > _ink_assert(text, file, line); > return 0; > } > {code} > Why the return 0 ? -- This message was sent by Atlassian JIRA (v6.2#6252)