summaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-01 23:28:19 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-01-01 23:28:19 +0100
commit58c5fd1f9a72db878e29958a4c4e1b65db5b2e07 (patch)
tree7ed618da323bd03a8fa7535867baddaf991fd32e /client.c
parent86fb2d323eea968b55805459cab497c69b3344b8 (diff)
add preliminary cgi support, needs fixing for close handling
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 6e75c5b..483a1a4 100644
--- 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)