From 44f1b8154a57621ecd79cd7da8e905fb18b49e56 Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 13 Apr 2011 12:24:26 +0000 Subject: spawn requests from a thread pool --- src/http.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/http.c') diff --git a/src/http.c b/src/http.c index 6e4e08b..793f1cd 100644 --- a/src/http.c +++ b/src/http.c @@ -88,7 +88,6 @@ static struct http_response *trg_http_perform_inner(trg_client * tc, curl_easy_setopt(handle, CURLOPT_PROXY, tc->proxy); } - if (tc->session_id) { headers = curl_slist_append(headers, tc->session_id); curl_easy_setopt(handle, CURLOPT_HTTPHEADER, headers); -- cgit v1.2.3