aboutsummaryrefslogtreecommitdiff
path: root/src/curl/curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/curl/curl.c')
-rw-r--r--src/curl/curl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/curl/curl.c b/src/curl/curl.c
index 98bf67d2e..f0ccd7f19 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -594,8 +594,7 @@ GNUNET_CURL_perform2 (struct GNUNET_CURL_Context *ctx,
594 curl -w "foo%{size_request} -XPOST --data "ABC" $URL 594 curl -w "foo%{size_request} -XPOST --data "ABC" $URL
595 the CURLINFO_REQUEST_SIZE should be the whole size of the request 595 the CURLINFO_REQUEST_SIZE should be the whole size of the request
596 including headers and body. 596 including headers and body.
597 */ 597 */GNUNET_break (size_curl <= size_long);
598 GNUNET_break (size_curl <= size_long);
599 598
600 urd = get_url_benchmark_data (url, (unsigned int) response_code); 599 urd = get_url_benchmark_data (url, (unsigned int) response_code);
601 urd->count++; 600 urd->count++;
@@ -730,4 +729,5 @@ GNUNET_CURL_destructor__ (void)
730 curl_global_cleanup (); 729 curl_global_cleanup ();
731} 730}
732 731
732
733/* end of curl.c */ 733/* end of curl.c */