add preliminary cgi support, needs fixing for close handling
[project/uhttpd.git] / client.c
index 6e75c5b..483a1a4 100644 (file)
--- a/client.c
+++ b/client.c
@@ -174,7 +174,7 @@ static bool client_init_cb(struct client *cl, char *buf, int len)
 
 static void client_header_complete(struct client *cl)
 {
-       uh_handle_file_request(cl);
+       uh_handle_request(cl);
 }
 
 static int client_parse_header(struct client *cl, char *data)