downstream已支持session ticket。

This commit is contained in:
zhengchao
2018-10-05 21:34:57 +08:00
parent d7bf70b4b0
commit 7ac76efac2
3 changed files with 128 additions and 44 deletions

View File

@@ -59,7 +59,7 @@ enum tfe_stream_action __http_connection_entry_on_request(const struct tfe_strea
struct http_half_private * hf_private_req_in = to_hf_request_private(hs_private);
struct http_half_private * hf_private_req_user;
/* tfe_hexdump(stderr, __FUNCTION__, data, (unsigned int)len); */
/* tfe_hexdump2file(stderr, __FUNCTION__, data, (unsigned int)len); */
int ret = 0;
size_t __action_byptes;