projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62973b2
)
(no commit message)
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 15 Jun 2010 14:34:25 +0000
(14:34 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 15 Jun 2010 14:34:25 +0000
(14:34 +0000)
src/transport/test_plugin_transport_http.c
patch
|
blob
|
history
diff --git
a/src/transport/test_plugin_transport_http.c
b/src/transport/test_plugin_transport_http.c
index d1c1da120c1954afaf925a82051905ce6b1721dd..d3f0dbc2fd39820594bbb9d7878e80f6cc21e809 100644
(file)
--- a/
src/transport/test_plugin_transport_http.c
+++ b/
src/transport/test_plugin_transport_http.c
@@
-578,7
+578,6
@@
static void send_execute (void *cls,
{
msg = curl_multi_info_read (multi_handle, &running);
- GNUNET_break (msg != NULL);
if (msg == NULL)
break;
/* get session for affected curl handle */
@@
-599,6
+598,11
@@
static void send_execute (void *cls,
__LINE__,
curl_easy_strerror (msg->data.result));
/* sending msg failed*/
+ curl_easy_cleanup(curl_handle);
+ curl_handle=NULL;
+
+ run_connection_tests();
+ return;
}
if (res == &test_no_ident)
{
@@
-855,7
+859,7
@@
static void pretty_printer_cb (void *cls,
*/
static void run_connection_tests( void )
{
- char * host_str;
+
static
char * host_str;
/* resetting buffers */
buffer_in.size = HTTP_BUFFER_SIZE;