aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 312fde293..b38f0a425 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -1345,7 +1345,7 @@ create_mhd_response_from_s5r (struct Socks5Request *s5r)
1345 &resp_code)); 1345 &resp_code));
1346 GNUNET_break (CURLE_OK == 1346 GNUNET_break (CURLE_OK ==
1347 curl_easy_getinfo (s5r->curl, 1347 curl_easy_getinfo (s5r->curl,
1348 CURLINFO_CONTENT_LENGTH_DOWNLOAD, 1348 CURLINFO_CONTENT_LENGTH_DOWNLOAD_T,
1349 &content_length)); 1349 &content_length));
1350 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1350 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1351 "Creating MHD response with code %d and size %d for %s%s\n", 1351 "Creating MHD response with code %d and size %d for %s%s\n",