aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 971e581fd..a4ecca371 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -1455,6 +1455,11 @@ client_run (void *cls,
1455#ifdef SO_TCPSTEALTH 1455#ifdef SO_TCPSTEALTH
1456/** 1456/**
1457 * Open TCP socket with TCP STEALTH enabled. 1457 * Open TCP socket with TCP STEALTH enabled.
1458 *
1459 * @param clientp our `struct Session *`
1460 * @param purpose why does curl want to open a socket
1461 * @param address what kind of socket does curl want to have opened?
1462 * @return opened socket
1458 */ 1463 */
1459static curl_socket_t 1464static curl_socket_t
1460open_tcp_stealth_socket_cb (void *clientp, 1465open_tcp_stealth_socket_cb (void *clientp,