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

@ -17,7 +17,7 @@ void tcp_closer_func(client_ctx_t *ctx);
void request_handler_func(client_ctx_t *ctx);
void responder_func(client_ctx_t *ctx);
int respond(client_ctx_t *ctx);
void local_handler_func(client_ctx_t *ctx);