From 229714d123824d686bece18e6d2d157ed401abd4 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 4 Nov 2010 16:04:28 -0400 Subject: [PATCH] Fix a mistake in http documentation found by Julien Blache --- include/event2/http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/event2/http.h b/include/event2/http.h index e0fdefe0..c3875f3e 100644 --- a/include/event2/http.h +++ b/include/event2/http.h @@ -391,7 +391,7 @@ int evhttp_request_is_owned(struct evhttp_request *req); /** * Returns the connection object associated with the request or NULL * - * The server needs to either free the request explicitly or call + * The user needs to either free the request explicitly or call * evhttp_send_reply_end(). */ struct evhttp_connection *evhttp_request_get_connection(struct evhttp_request *req);