cloudflare / keyless

Cloudflare's Keyless SSL Server Reference Implementation
Other
275 stars 80 forks source link

Make kssl_server compatible with most recent libuv #26

Closed jgrahamc closed 10 years ago

jgrahamc commented 10 years ago

The mechanism for passing handles over IPC in libuv changed and the ipc_read2_start API was removed. This commit updates the code to use the most recent version of libuv with the specific mechanism for passing handles.

NOTE: This likely breaks the Windows build which includes some libuv headers in a subdirectory. That part needs to be updated.