On Sat, Jan 14, 2023 at 09:47:38AM -0500, Jeff King wrote:
quoted hunk ↗ jump to hunk
As Ramsay suggested, we could probably use CURL_DISABLE_DEPRECATION to
limit this just to the problematic case. An even more focused option is
to use curl's helper here:
diff --git a/http.c b/http.c
index 17d954dd95..21891493d9 100644
--- a/http.c
+++ b/http.c
@@ -1,3 +1,4 @@
+#define CURL_DISABLE_TYPECHECK 1
Oops, this line snuck in from my testing. See my other message for why
it's relevant. ;)
-Peff