aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_curl_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-07-30 14:17:30 +0200
committerChristian Grothoff <christian@grothoff.org>2021-07-30 15:05:58 +0200
commite8eb1ecc006ffd3d7aa99fc9d3e8d19eedd9d343 (patch)
treea01efd9ce01f20411adfe6607a32659554b5789f /src/include/gnunet_curl_lib.h
parent6d4120e96a52cbd38fb761b03485303b5000215a (diff)
downloadgnunet-e8eb1ecc006ffd3d7aa99fc9d3e8d19eedd9d343.tar.gz
gnunet-e8eb1ecc006ffd3d7aa99fc9d3e8d19eedd9d343.zip
-improve logging if there is no HTTP response
Diffstat (limited to 'src/include/gnunet_curl_lib.h')
-rw-r--r--src/include/gnunet_curl_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_curl_lib.h b/src/include/gnunet_curl_lib.h
index f51e4b503..38acecc48 100644
--- a/src/include/gnunet_curl_lib.h
+++ b/src/include/gnunet_curl_lib.h
@@ -150,7 +150,7 @@ GNUNET_CURL_get_select_info (struct GNUNET_CURL_Context *ctx,
150 * @param header header string; will be given to the context AS IS. 150 * @param header header string; will be given to the context AS IS.
151 * @return #GNUNET_OK if no errors occurred, #GNUNET_SYSERR otherwise. 151 * @return #GNUNET_OK if no errors occurred, #GNUNET_SYSERR otherwise.
152 */ 152 */
153int 153enum GNUNET_GenericReturnValue
154GNUNET_CURL_append_header (struct GNUNET_CURL_Context *ctx, 154GNUNET_CURL_append_header (struct GNUNET_CURL_Context *ctx,
155 const char *header); 155 const char *header);
156 156