From e7bf562e6fc0cfc984f007fff2fa859cde0998ff Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 3 Aug 2025 23:06:09 +0200 Subject: [PATCH] fixup future tense --- docs/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/TODO b/docs/TODO index d5aeefc236..dc75aaa211 100644 --- a/docs/TODO +++ b/docs/TODO @@ -260,8 +260,8 @@ "We are running libcurl in WebAssembly which does not have TCP_NODELAY." If TCP_NODELAY exists at build-time but (always) fails at runtime, every request - that sets this by default will output "Could not set TCP_NODELAY: Protocol - not available". Consider ways to improve this. + that sets this by default outputs "Could not set TCP_NODELAY: Protocol not + available". Consider ways to improve this. See https://github.com/curl/curl/issues/17974