初步调通HTTP请求头部内容替换业务
This commit is contained in:
@@ -555,7 +555,6 @@ static void ssl_async_peek_client_hello(struct future * future, evutil_socket_t
|
||||
struct peek_client_hello_ctx * ctx = ALLOC(struct peek_client_hello_ctx, 1);
|
||||
ctx->ev = event_new(evbase, fd, EV_READ, peek_client_hello_cb, p);
|
||||
ctx->logger = logger;
|
||||
|
||||
event_add(ctx->ev, NULL);
|
||||
promise_set_ctx(p, (void *) ctx, peek_client_hello_ctx_free_cb);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user