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

@ -23,8 +23,6 @@ int tcp_close(client_ctx_t *ctx);
int handle_request(client_ctx_t *ctx);
int respond(client_ctx_t *ctx);
int local_handle(client_ctx_t *ctx);
int fastcgi_handle(client_ctx_t *ctx);