[
https://issues.apache.org/jira/browse/TS-2640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan M. Carroll closed TS-2640.
-------------------------------
Resolution: Won't Fix
Behavior is required by standard assert mechanisms.
> 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
>
> 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)