修复编译错误
This commit is contained in:
@@ -44,8 +44,8 @@ static int __user_event_dispatch(struct http_half_private * hf_private,
|
||||
{
|
||||
struct user_event_dispatch_closure * __closure = (struct user_event_dispatch_closure *)user;
|
||||
struct http_frame_session_ctx* ht_frame = hf_private->session->ht_frame;
|
||||
|
||||
http_frame_raise_event(ht_frame, __closure->stream, __closure->session,
|
||||
//todo:
|
||||
http_frame_raise_event(ht_frame, __closure->stream, (struct tfe_http_session *)__closure->session,
|
||||
ev, data, len, __closure->thread_id); return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user