From 9ec9a98e83076bb339d1d546fa445b2420e5a4fb Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 4 Feb 2011 07:35:10 +0000 Subject: A new connection handling mechanism. --- server/src/httpd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/src/httpd.h') diff --git a/server/src/httpd.h b/server/src/httpd.h index 72b23a4..455fa35 100644 --- a/server/src/httpd.h +++ b/server/src/httpd.h @@ -70,6 +70,7 @@ public: virtual void *begin(const std::string &url, const std::string &method, const std::string &version, + headers_t &getargs, headers_t &headers) { return NULL; } // Return false indicates error, and terminates connetion (no reply) -- cgit v1.2.3