trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

Eliminate deprecated lib records APIs

Open zwoop opened this issue 7 years ago • 2 comments

These are both obsoleted, and confusing to have around:

RecInt REC_readInteger(const char *name, bool *found, bool lock = true);
RecFloat REC_readFloat(char *name, bool *found, bool lock = true);
RecCounter REC_readCounter(char *name, bool *found, bool lock = true);
RecString REC_readString(const char *name, bool *found, bool lock = true);

RecInt REC_ConfigReadInteger(const char *name);
char *REC_ConfigReadString(const char *name);
RecFloat REC_ConfigReadFloat(const char *name);
RecCounter REC_ConfigReadCounter(const char *name);

zwoop avatar Oct 23 '18 20:10 zwoop

Moving this out to 9.1.x, I still think should be done.

zwoop avatar Nov 20 '19 02:11 zwoop

@zwoop I need to work on this issue. Could you please assign this work to me!!

ShaiviAgarwal2 avatar Nov 16 '23 16:11 ShaiviAgarwal2