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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index d02f0f576..5e3f9d6df 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -1811,7 +1811,7 @@ con_val_iter (void *cls,
1811 * @param con MHD connection handle 1811 * @param con MHD connection handle
1812 * @param url the url in the request 1812 * @param url the url in the request
1813 * @param meth the HTTP method used ("GET", "PUT", etc.) 1813 * @param meth the HTTP method used ("GET", "PUT", etc.)
1814 * @param ver the HTTP version string (i.e. "HTTP/1.1") 1814 * @param ver the HTTP version string ("HTTP/1.1" for version 1.1, etc.)
1815 * @param upload_data the data being uploaded (excluding HEADERS, 1815 * @param upload_data the data being uploaded (excluding HEADERS,
1816 * for a POST that fits into memory and that is encoded 1816 * for a POST that fits into memory and that is encoded
1817 * with a supported encoding, the POST data will NOT be 1817 * with a supported encoding, the POST data will NOT be
@@ -2855,7 +2855,7 @@ lookup_ssl_httpd (const char*domain)
2855 2855
2856/** 2856/**
2857 * Task run when a Socks5Request somehow fails to be associated with 2857 * Task run when a Socks5Request somehow fails to be associated with
2858 * an MHD connection (i.e. because the client never speaks HTTP after 2858 * an MHD connection (e.g. because the client never speaks HTTP after
2859 * the SOCKS5 handshake). Clean up. 2859 * the SOCKS5 handshake). Clean up.
2860 * 2860 *
2861 * @param cls the `struct Socks5Request *` 2861 * @param cls the `struct Socks5Request *`