Add note about evhttp_send_reply_end to its doxygen

This commit is contained in:
Nick Mathewson 2011-10-19 22:59:47 -04:00
parent 9e6a4efa51
commit 724bfb56ef

View 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
*/