diff options
-rw-r--r-- | icespider/fcgi/cgiRequestBase.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |