Remove responder

This commit is contained in:
2022-12-30 16:06:49 +01:00
parent a56002a409
commit 204317f46a
9 changed files with 217 additions and 243 deletions

View File

@ -22,6 +22,7 @@ void proxy_handler_func(client_ctx_t *ctx) {
proxy_handler(ctx);
respond(ctx);
handle_request(ctx);
}
static int proxy_handler(client_ctx_t *ctx) {