diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-21 17:50:00 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-03-21 17:50:00 +0000 |
commit | 5fc3a1ceb01b2f55734373f70a311651092fefa8 (patch) | |
tree | 62ea0c9fa1975b8dfee75b72fd02d5447ae646f0 /contrib/package/uhttpd/src/uhttpd-tls.c | |
parent | 0dd0fdad5589965489cdbf4baf01f3b62f1c24b7 (diff) |
uhttpd: make Lua handler more CGI like and fork child away
Diffstat (limited to 'contrib/package/uhttpd/src/uhttpd-tls.c')
-rw-r--r-- | contrib/package/uhttpd/src/uhttpd-tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/uhttpd/src/uhttpd-tls.c b/contrib/package/uhttpd/src/uhttpd-tls.c index c35d3aae3..bbec7509d 100644 --- a/contrib/package/uhttpd/src/uhttpd-tls.c +++ b/contrib/package/uhttpd/src/uhttpd-tls.c @@ -1,5 +1,5 @@ /* - * uhttpd - Tiny non-forking httpd - TLS helper + * uhttpd - Tiny single-threaded httpd - TLS helper * * Copyright (C) 2010 Jo-Philipp Wich <xm@subsignal.org> * |