初步完成HTTP应答侧解析功能,并修正一系类错误处理类的问题。
This commit is contained in:
@@ -130,6 +130,8 @@ struct tfe_http_resp_spec
|
||||
{
|
||||
int resp_code;
|
||||
const char * content_encoding;
|
||||
const char * content_type;
|
||||
const char * content_length;
|
||||
};
|
||||
|
||||
enum tfe_http_direction
|
||||
@@ -319,7 +321,7 @@ struct http_frame_plugin_status
|
||||
struct http_frame_session_ctx * http_frame_raise_session_begin(const tfe_stream * stream,
|
||||
struct tfe_http_session * ht_session, unsigned int thread_id);
|
||||
|
||||
void http_frame_raise_session_end(struct http_frame_session_ctx * ht_frame, struct tfe_stream * stream,
|
||||
void http_frame_raise_session_end(struct http_frame_session_ctx * ht_frame, const tfe_stream * stream,
|
||||
struct tfe_http_session * ht_session, unsigned int thread_id);
|
||||
|
||||
void http_frame_raise_event(struct http_frame_session_ctx * ht_frame,
|
||||
|
||||
Reference in New Issue
Block a user