mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Add note about evhttp_send_reply_end to its doxygen
This commit is contained in:
parent
9e6a4efa51
commit
724bfb56ef
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user