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 deb14a926..949b9a1b0 100644
--- a/src/curl/curl.c
+++ b/src/curl/curl.c
@@ -697,7 +697,7 @@ GNUNET_CURL_job_cancel (struct GNUNET_CURL_Job *job)
697/** 697/**
698 * Test if the given content type @a ct is JSON 698 * Test if the given content type @a ct is JSON
699 * 699 *
700 * @param ct a content type, i.e. "application/json; charset=UTF-8" 700 * @param ct a content type, e.g. "application/json; charset=UTF-8"
701 * @return true if @a ct denotes JSON 701 * @return true if @a ct denotes JSON
702 */ 702 */
703static bool 703static bool
@@ -741,7 +741,7 @@ is_json (const char *ct)
741 * @param db download buffer 741 * @param db download buffer
742 * @param eh CURL handle (to get the response code) 742 * @param eh CURL handle (to get the response code)
743 * @param[out] response_code set to the HTTP response code 743 * @param[out] response_code set to the HTTP response code
744 * (or zero if we aborted the download, i.e. 744 * (or zero if we aborted the download, for example
745 * because the response was too big, or if 745 * because the response was too big, or if
746 * the JSON we received was malformed). 746 * the JSON we received was malformed).
747 * @return NULL if downloading a JSON reply failed. 747 * @return NULL if downloading a JSON reply failed.