From d87b6f696c7265799022c63208c32338da577340 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 30 Dec 2020 22:30:44 +0100 Subject: fixup pass in the right pointer As Sean McArthur pointed out to me ... --- lib/c-hyper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/c-hyper.c b/lib/c-hyper.c index 71c4c308c..a1ec312f7 100644 --- a/lib/c-hyper.c +++ b/lib/c-hyper.c @@ -816,7 +816,7 @@ CURLcode Curl_http(struct connectdata *conn, bool *done) if(result) return result; - result = Curl_add_timecondition(conn, req); + result = Curl_add_timecondition(conn, headers); if(result) return result; -- cgit v1.2.1