dlundquist / sniproxy

Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session.
BSD 2-Clause "Simplified" License
2.55k stars 397 forks source link

libuv #49

Closed burlito closed 10 years ago

burlito commented 10 years ago

@dlundquist What do you think about replacing libev with libuv? Libuv is multiplatform library and therefore there will be oportunity to make sniproxy multiplatform too.

dlundquist commented 10 years ago

This doesn't seem like a priority, libev is well proven and widely distributed and works under Windows just uses the select() interface. I'm primarily targeting Linux systems, but trying to maintain compatibility with other Unix systems (I've been testing on OpenBSD as well).