From 2dcf3091edfb316f4cf296fbeb1264aea633c09f Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Mon, 10 Jan 2011 08:44:27 +0100 Subject: Added response_map for http response codes. --- http_connection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http_connection.h') diff --git a/http_connection.h b/http_connection.h index e3a3721..d810254 100644 --- a/http_connection.h +++ b/http_connection.h @@ -44,7 +44,7 @@ namespace HTTP { std::map headers; //! Send error. - void send_error(int code, std::string name); + void send_error(int code); //! Add response header. void add_header(std::string key, std::string value); -- cgit v1.2.3