summaryrefslogtreecommitdiff
path: root/src/http.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-13 12:24:26 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-13 12:24:26 +0000
commit44f1b8154a57621ecd79cd7da8e905fb18b49e56 (patch)
tree17425827cdeb4742cb5980e01659c9743f66636a /src/http.c
parent0cfe0fe3f21d026428da4c1412a97591afafd77b (diff)
spawn requests from a thread pool
Diffstat (limited to 'src/http.c')
-rw-r--r--src/http.c1
1 files changed, 0 insertions, 1 deletions
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);