]> granicus.if.org Git - libevent/commitdiff
Add note about evhttp_send_reply_end to its doxygen
authorNick Mathewson <nickm@torproject.org>
Thu, 20 Oct 2011 02:59:47 +0000 (22:59 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 20 Oct 2011 02:59:47 +0000 (22:59 -0400)
include/event2/http.h

index 760d76271bcc20b65c0d3d80ab77c8640ef9c186..f866aa3d93fbfe67188311d49b7c7ec413a1dd89 100644 (file)
@@ -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
 */