]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/modules/httpd.h
Move <dns:timeout> out of the core.
[user/henk/code/inspircd.git] / include / modules / httpd.h
index 60032cb16a3d9149e472f7fe14ed06a98ddc737a..b4b88bed5ace1bc3084dec33d401605f28a21d88 100644 (file)
@@ -135,7 +135,7 @@ class HTTPRequest
         * @param ip The IP address making the web request.
         * @param pdata The post data (content after headers) received with the request, up to Content-Length in size
         */
-       HTTPRequest(Module* me, const std::string &eventid, const std::string &request_type, const std::string &uri,
+       HTTPRequest(const std::string& request_type, const std::string& uri,
                HTTPHeaders* hdr, HttpServerSocket* socket, const std::string &ip, const std::string &pdata)
                : type(request_type), document(uri), ipaddr(ip), postdata(pdata), headers(hdr), sock(socket)
        {