Skip to content

Commit

Permalink
Revert "uhttpd: disable concurrent requests by default"
Browse files Browse the repository at this point in the history
This reverts commit c6aa9ff.

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>
  • Loading branch information
jow- committed Apr 23, 2019
1 parent 8abb505 commit f00a4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/network/services/uhttpd/Makefile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package/network/services/uhttpd/files/uhttpd.config
Expand Up @@ -24,7 +24,7 @@ config uhttpd main
# If this number is exceeded, further requests are
# queued until the number of running requests drops
# below the limit again.
option max_requests 1
option max_requests 3

# Maximum number of concurrent connections.
# If this number is exceeded, further TCP connection
Expand Down

0 comments on commit f00a4ae

Please sign in to comment.