]> granicus.if.org Git - libevent/commit
Make http use evconnlistener.
authorNick Mathewson <nickm@torproject.org>
Wed, 30 Dec 2009 05:41:03 +0000 (00:41 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 14 Jan 2010 20:22:15 +0000 (15:22 -0500)
commitec34533a9c5aafab741e29e1f8af73654f5e767a
tree538bb43e9bd99299500697e616de19f0f8b3621a
parenta334b31c6f4fac24eb30048edb16b188a3ee2250
Make http use evconnlistener.

Now that we have a generic listen-on-a-socket mechanism, there's no
longer any reason to have a separate listen-on-a-socket implementation
in http.c.

This also lets us use IOCP and AcceptEx() when they're enabled.

Possibly, we should have a new mechanism to add a socket given only a
listener.
http-internal.h
http.c