]> granicus.if.org Git - libevent/commit
provide evhttp_new and evhttp_bind_socket instead of evhttp_start;
authorNiels Provos <provos@gmail.com>
Sun, 19 Aug 2007 02:41:23 +0000 (02:41 +0000)
committerNiels Provos <provos@gmail.com>
Sun, 19 Aug 2007 02:41:23 +0000 (02:41 +0000)
commit67947ce38192f31fd67d9cac63ba5baaf112885b
treef4d0c1b1bafc490f4dccc40c2def439f97b49c72
parent35983cd60ff2972add1db2c7236b3c7b244c7968
provide evhttp_new and evhttp_bind_socket instead of evhttp_start;
using evhttp_new, it is possible to associate an event_base with
the http server so that multi-threaded applications can have their
own http server per thread; add appropriate testing.

svn:r397
event.3
evhttp.h
http-internal.h
http.c
test/regress.c
test/regress_http.c