mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Fix a mistake in http documentation found by Julien Blache
This commit is contained in:
parent
78762383b7
commit
229714d123
@ -391,7 +391,7 @@ int evhttp_request_is_owned(struct evhttp_request *req);
|
||||
/**
|
||||
* Returns the connection object associated with the request or NULL
|
||||
*
|
||||
* The server needs to either free the request explicitly or call
|
||||
* The user needs to either free the request explicitly or call
|
||||
* evhttp_send_reply_end().
|
||||
*/
|
||||
struct evhttp_connection *evhttp_request_get_connection(struct evhttp_request *req);
|
||||
|
Loading…
x
Reference in New Issue
Block a user