openziti / tlsuv

TLS and HTTP(s) client library for libuv
https://docs.openziti.io/tlsuv/
MIT License
43 stars 5 forks source link

don't use keepalive flags if they are not defined #212

Closed scareything closed 6 months ago

scareything commented 6 months ago

This enables building on Windows with mingw. Functionally similar to #202.

fixes #205