diff options
| author | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-11 23:44:30 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-11 23:44:30 +0000 |
| commit | 2d175dcdcefdd236336c834fb842ab132ee66d0d (patch) | |
| tree | 7e201e521c0f1c5eb8a7ffc7c4f4f28f166c05d3 /package/uhttpd/Makefile | |
| parent | b36a1274bb97647bd5d457a8f35e54ab8d4d2f14 (diff) | |
| download | upstream-2d175dcdcefdd236336c834fb842ab132ee66d0d.tar.gz upstream-2d175dcdcefdd236336c834fb842ab132ee66d0d.tar.bz2 upstream-2d175dcdcefdd236336c834fb842ab132ee66d0d.zip | |
uhttpd: - abort file serving if client connection is lost (#7742) - don't send bad request headers twice
SVN-Revision: 22602
Diffstat (limited to 'package/uhttpd/Makefile')
| -rw-r--r-- | package/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uhttpd/Makefile b/package/uhttpd/Makefile index 8a7b5295d9e..cb85ad88c0e 100644 --- a/package/uhttpd/Makefile +++ b/package/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=13 +PKG_RELEASE:=14 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_BUILD_DEPENDS := libcyassl liblua |
