summaryrefslogtreecommitdiffhomepage
path: root/libs/sgi-uhttpd
AgeCommit message (Collapse)Author
2014-03-28libs/sgi-uhttpd: fix binding to properly work with current uhttpd2 ↵Jo-Philipp Wich
implementation Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2014-03-28libs/sgi-uhttpd: do not assume env.CONTENT_LENGTH to be a numberJo-Philipp Wich
env.CONTENT_LENGTH as passed by uhttpd might be a string, so explicitely convert it using tonumber(). Issue has been reported by Catalin Patulea <cat@vv.carleton.ca> Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2010-12-15libs/sgi-uhttpd: move exectime inside handle_requestManuel Munz
2010-12-15libs/sgi-uhttpd: Add variable exectime to measure script execution timeManuel Munz
2010-03-21libs: add uhttpd gateway interfaceJo-Philipp Wich