{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1754257733,"commit_time":1754346864,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"06c12cc08b24cf74dc2c8b92ec9d545cb829f12a","message":"build: disable `TCP_NODELAY` for emscripten\n\nIn WebAssembly, using `TCP_NODELAY` fails with:\n```\n* Could not set TCP_NODELAY: Protocol not available\n```\n\nAdd a new feature macro in `curl_setup.h` telling whether `TCP_NODELAY`\nis known to be supported at runtime, when defined at compile-time.\n\nKeep `TCP_NODELAY` guards at their current positions to ensure the\nnecessary headers (e.g. `netinet/tcp.h` and `netinet/in.h`) define it.\n\nReported-by: Jeroen Ooms\nFixes #17974\nCloses #18155\n","parents":["74ba04f5b2f41f158919d6c5c6c04164b0a915ec"],"tree_hash":"862b8bb588f53a6d054da9f4c4894adc71acd9dc"}