]> granicus.if.org Git - libevent/commit
Provide on request complete callback facility
authorAndrew Sweeney <asweeney86@gmail.com>
Mon, 6 Jan 2014 01:35:46 +0000 (20:35 -0500)
committerAndrew Sweeney <asweeney86@gmail.com>
Mon, 6 Jan 2014 01:35:46 +0000 (20:35 -0500)
commitb083ca0551ec8ca63245e2e78dfefd11072443fc
treebd64cb0992f55d0bb77a3d02c555933c9fdde991
parent4c8ebcd3598a97004340511930b84286a52d9d05
Provide on request complete callback facility

This patch provides the ability to receive a callback on the completion of a
request.  The callback takes place immediately before the request's resources
are released.
http.c
include/event2/http.h
include/event2/http_struct.h
test/regress_http.c