diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-27 11:09:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-27 11:09:09 +0000 |
commit | dfa997263e146e4478a9cbcb0c72f7c2ff3e3639 (patch) | |
tree | 3771ed2076b7d89b8351c62c151007c57078973f /package/network/services/uhttpd | |
parent | 4e8a496428d159d7bbb1c56465023452f951b20d (diff) | |
download | upstream-dfa997263e146e4478a9cbcb0c72f7c2ff3e3639.tar.gz upstream-dfa997263e146e4478a9cbcb0c72f7c2ff3e3639.tar.bz2 upstream-dfa997263e146e4478a9cbcb0c72f7c2ff3e3639.zip |
BB: uhttpd: fix HTTP incompatibilities in file handler
* Fixes sending an extraneous message body for 204 and 304 resoponses which
breaks Chrome in keep-alive mode.
* Adds mimetypes for JSON and JSONP.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Backport of r43078
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@43082 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/uhttpd')
-rw-r--r-- | package/network/services/uhttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index a93b40a085..5276a99d1c 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_VERSION:=2014-08-25 +PKG_VERSION:=2014-10-27 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/uhttpd2.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=dabd7dea6445aaa0e5b8d9add1872fa7393b3a85 +PKG_SOURCE_VERSION:=fd8e5e379c23c5fbcec3e76894b839233df09067 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org> |