缓存功能整体流程调试通过。
This commit is contained in:
@@ -324,6 +324,14 @@ static inline int tfe_http_std_field_write(struct tfe_http_half * half,
|
||||
tmp_name.field_name=NULL;
|
||||
return tfe_http_field_write(half, &tmp_name, value);
|
||||
}
|
||||
static inline int tfe_http_nonstd_field_write(struct tfe_http_half * half,
|
||||
const char* field, const char * value)
|
||||
{
|
||||
struct http_field_name tmp_name;
|
||||
tmp_name.field_id=TFE_HTTP_UNKNOWN_FIELD;
|
||||
tmp_name.field_name=field;
|
||||
return tfe_http_field_write(half, &tmp_name, value);
|
||||
}
|
||||
|
||||
static inline struct tfe_http_half * tfe_http_allow_write(const struct tfe_http_half * half)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user