From 724bfb56ef0f83776be74cc0458a0aadc0b2dc66 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 19 Oct 2011 22:59:47 -0400 Subject: [PATCH] Add note about evhttp_send_reply_end to its doxygen --- 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 760d7627..f866aa3d 100644 --- a/include/event2/http.h +++ b/include/event2/http.h @@ -357,7 +357,7 @@ void evhttp_send_reply_start(struct evhttp_request *req, int code, void evhttp_send_reply_chunk(struct evhttp_request *req, struct evbuffer *databuf); /** - Complete a chunked reply. + Complete a chunked reply, freeing the request as appropriate. @param req a request object */ -- 2.40.0