mirror of
https://github.com/anope/anope.git
synced 2026-07-05 02:13:13 +02:00
m_httpd: make http headers case insensitive
This commit is contained in:
@@ -23,7 +23,7 @@ struct HTTPReply
|
||||
{
|
||||
HTTPError error;
|
||||
Anope::string content_type;
|
||||
std::map<Anope::string, Anope::string> headers;
|
||||
std::map<Anope::string, Anope::string, ci::less> headers;
|
||||
typedef std::list<std::pair<Anope::string, Anope::string> > cookie;
|
||||
std::vector<cookie> cookies;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user