You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix TCP_NODELAY not defined for static builds on Unix (#381)
* Fix TCP_NODELAY not defined for static builds on Unix
The `TCP_NODELAY` macro/constant was not being defined during compilation for the bundled libcurl build on Unix systems because `netinet/tcp.h` was not being included. It is difficult to verify that this is working properly without a debugger or strace. I've confirmed this fix on Linux and macOS.
Also rearrange some of the defines to help keep the build script somewhat organized.
Fixes#379.
* Linux-specific headers are unnecessary
0 commit comments