aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
authorWillow Liquorice <willow@howhill.com>2022-08-27 23:14:48 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-08-30 09:42:10 +0200
commita47c17fc2b07fd5ed743e671e85a1e7d8b63a7fc (patch)
tree2c93bb0c3674cbeec5d3ab28328682459ca77cb8 /src/transport/plugin_transport_http_client.c
parent8c6a68c258061f68466905393b76106436d3dccf (diff)
downloadgnunet-a47c17fc2b07fd5ed743e671e85a1e7d8b63a7fc.tar.gz
gnunet-a47c17fc2b07fd5ed743e671e85a1e7d8b63a7fc.zip
-DOC: Minor passes over NAT, REGEX, and TRANSPORT
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 18bfcc054..476a3cd52 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -1692,12 +1692,6 @@ client_connect_get (struct GNUNET_ATS_Session *s)
1692} 1692}
1693 1693
1694 1694
1695/**
1696 * Connect a HTTP put request
1697 *
1698 * @param s the session to connect
1699 * @return #GNUNET_SYSERR for hard failure, #GNUNET_OK for ok
1700 */
1701static int 1695static int
1702client_connect_put (struct GNUNET_ATS_Session *s) 1696client_connect_put (struct GNUNET_ATS_Session *s)
1703{ 1697{