From d25722ddd0766cba2c33614e326d241d3f1f7eeb Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 26 Mar 2018 20:21:06 -0400 Subject: m_httpd: make http headers case insensitive --- include/modules/httpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/modules/httpd.h b/include/modules/httpd.h index 861702cec..6f71014ae 100644 --- a/include/modules/httpd.h +++ b/include/modules/httpd.h @@ -23,7 +23,7 @@ struct HTTPReply { HTTPError error; Anope::string content_type; - std::map headers; + std::map headers; typedef std::list > cookie; std::vector cookies; -- cgit