X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=plugin.c;h=6a89761a95892654cf103f39a6d3a632f4dd475d;hb=cd6ad28fb1d28f5d5a58c4f139b1619b6770f58e;hp=25a8464e55c443a4d35d8ddab54d267f8819fe58;hpb=9d49fe82fd7f57b340004f6fc62dd4509e528931;p=project%2Fuhttpd.git diff --git a/plugin.c b/plugin.c index 25a8464..6a89761 100644 --- a/plugin.c +++ b/plugin.c @@ -27,6 +27,7 @@ static const struct uhttpd_ops ops = { .create_process = uh_create_process, .get_process_vars = uh_get_process_vars, .client_error = uh_client_error, + .request_done = uh_request_done, .chunk_write = uh_chunk_write, .urlencode = uh_urlencode, .urldecode = uh_urldecode,