]> granicus.if.org Git - libevent/commit
pausing an rpc via a hook needs to deal with the fact that http callbacks free the...
authorNiels Provos <provos@gmail.com>
Fri, 28 Dec 2007 00:36:47 +0000 (00:36 +0000)
committerNiels Provos <provos@gmail.com>
Fri, 28 Dec 2007 00:36:47 +0000 (00:36 +0000)
commit955c6abf5327f3ebfa01d58a870a458f6aca0504
treecd8b4b7f9572160938426ff70d886daba359d9fa
parent6d291da240607b5ab6a3931ae761439c1880a9a4
pausing an rpc via a hook needs to deal with the fact that http callbacks free the request after they return; provide a way for a callback to take ownership of the request structure; the user then needs to explicitly free it.

svn:r620
ChangeLog
evhttp.h
evrpc.c
http.c
test/regress_rpc.c