aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_http_client.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 5c4726fcb..68b9b50c1 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -169,7 +169,6 @@ static void
169client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 169client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
170{ 170{
171 struct Plugin *plugin = cls; 171 struct Plugin *plugin = cls;
172 static unsigned int handles_last_run;
173 int running; 172 int running;
174 CURLMcode mret; 173 CURLMcode mret;
175 174
@@ -208,8 +207,6 @@ client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
208 notify_session_end (plugin, &s->target, s); 207 notify_session_end (plugin, &s->target, s);
209 } 208 }
210 } 209 }
211
212 handles_last_run = running;
213 } 210 }
214 while (mret == CURLM_CALL_MULTI_PERFORM); 211 while (mret == CURLM_CALL_MULTI_PERFORM);
215 client_schedule (plugin); 212 client_schedule (plugin);