I did this
We are running libcurl in WebAssembly which does not have TCP_NODELAY
. Every request shows:
* Could not set TCP_NODELAY: Protocol not available
Perhaps there could be a flag (or autoconf test) to disable this entirely at built-time on unsupported platforms?
I know we can set CURLOPT_TCP_NODELAY
in each easy-handle, but we are working with 3rd applications so this is not viable.
I expected the following
No response
curl/libcurl version
curl 8.14.1
operating system
WebAssembly via Emscripten