完成replace逻辑的编写,适配新的http解析层接口。

This commit is contained in:
zhengchao
2018-09-13 19:28:13 +08:00
parent 29822ed991
commit 50e0afc370
2 changed files with 331 additions and 78 deletions

View File

@@ -15,6 +15,7 @@
#endif
#define ALLOC(type, number) ((type *)calloc(sizeof(type), number))
#define FREE(p) {free(*p);*p=NULL}
#define TFE_STRUCT_ALLOC(struct_type) __extension__ \
({ \