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