diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-04-23 08:12:49 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-04-23 08:15:46 +0200 |
commit | f00a4ae6e0b1f7b3d84e11e8dc4dd562088584e0 (patch) | |
tree | 2e19307af1eb92db7c98298f0ccffa268f382286 /package/network/services/uhttpd/Makefile | |
parent | 8abb505048bd827ed8774bd94a439d75deb43d97 (diff) | |
download | upstream-f00a4ae6e0b1f7b3d84e11e8dc4dd562088584e0.tar.gz upstream-f00a4ae6e0b1f7b3d84e11e8dc4dd562088584e0.tar.bz2 upstream-f00a4ae6e0b1f7b3d84e11e8dc4dd562088584e0.zip |
Revert "uhttpd: disable concurrent requests by default"
This reverts commit c6aa9ff38870a30dbe6da17e4edad6039fe10ddf.
Further testing has revealed that we will need to allow concurrent
requests after all, especially for situations where CGI processes
initiate further HTTP requests to the local host.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/network/services/uhttpd/Makefile')
-rw-r--r-- | package/network/services/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index 29f1c89f12..2a6fa3bbb0 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git |