Skip to content

Commit

Permalink
Add note about evhttp_send_reply_end to its doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Oct 20, 2011
1 parent 9e6a4ef commit 724bfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/event2/http.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 724bfb5

Please sign in to comment.