From 5d25805193edc75cd446494b257507e1faa29568 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 5 Sep 2021 13:37:48 +0100 Subject: Simpler HTTPS const --- icespider/fcgi/cgiRequestBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icespider/fcgi/cgiRequestBase.cpp b/icespider/fcgi/cgiRequestBase.cpp index a1c804b..c43ea57 100644 --- a/icespider/fcgi/cgiRequestBase.cpp +++ b/icespider/fcgi/cgiRequestBase.cpp @@ -19,7 +19,7 @@ namespace IceSpider { constexpr std::string_view amp("&"); constexpr std::string_view semi("; "); constexpr std::string_view HEADER_PREFIX("HTTP_"); - constexpr std::string_view HTTPS("HTTPS"); + CGI_CONST(HTTPS); CGI_CONST(REDIRECT_URL); CGI_CONST(SCRIPT_NAME); CGI_CONST(QUERY_STRING); -- cgit v1.2.3