diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-09-13 08:32:58 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2019-09-13 13:05:09 +0200 |
commit | 8c22db653158e8c4edf4fdd0e0554a603b96a655 (patch) | |
tree | 6bfec19c501788d9e0930af96da007d5605b99b6 /net/cgi-io/Makefile | |
parent | ab2a2b080d4143bfbbd8584a39999ef998905dd2 (diff) |
cgi-io: pass appropriate HTTP error codes to failure()
Instead of always replying with a generic 500 internal server error code,
use more appropriate codes such as 403 to indicate denied permissions.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'net/cgi-io/Makefile')
-rw-r--r-- | net/cgi-io/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cgi-io/Makefile b/net/cgi-io/Makefile index 5ba695fae..eaf03b40d 100644 --- a/net/cgi-io/Makefile +++ b/net/cgi-io/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cgi-io -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_LICENSE:=GPL-2.0-or-later |