From 629723ecf22a8eae78d64cceec2f3bdae703ec95 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 25 Aug 2023 18:42:43 +1000 Subject: [PATCH] docs: Remove mention of #10803 from `KNOWN_BUGS`. Because the leaks have been fixed. --- docs/KNOWN_BUGS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index a33976f014..395426b4dd 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -119,12 +119,6 @@ problems may have been fixed or changed somewhat since this was written. 1. HTTP -1.1 hyper memory-leaks - - Building curl with the hyper backend causes mysterious memory-leaks - - https://github.com/curl/curl/issues/10803 - 1.2 hyper is slow When curl is built to use hyper for HTTP, it is unnecessary slow.