summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-30 22:30:44 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-30 22:30:44 +0100
commitd87b6f696c7265799022c63208c32338da577340 (patch)
treef0814266ef93034928b37346ac17d353cc8f07c0
parentca2686499667306000093828d193e2ecb8471324 (diff)
downloadcurl-bagder/hyper-time-condition.tar.gz
fixup pass in the right pointerbagder/hyper-time-condition
As Sean McArthur pointed out to me ...
-rw-r--r--lib/c-hyper.c2
1 files changed, 1 insertions, 1 deletions
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;