aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-11 07:22:07 +0200
committerLoïc Hoguin <[email protected]>2019-09-22 16:46:28 +0200
commit92fd84f61f95a0ecb8aea75c28207d81a9c6f94d (patch)
treef93a875d3ab457e8f4189a7a2a86377f6e900349 /doc
parent4194682d4edaee3da34783c46a513698eb1e8d05 (diff)
downloadgun-92fd84f61f95a0ecb8aea75c28207d81a9c6f94d.tar.gz
gun-92fd84f61f95a0ecb8aea75c28207d81a9c6f94d.tar.bz2
gun-92fd84f61f95a0ecb8aea75c28207d81a9c6f94d.zip
Initial support for Socks5
Diffstat (limited to 'doc')
-rw-r--r--doc/src/manual/gun_up.asciidoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/manual/gun_up.asciidoc b/doc/src/manual/gun_up.asciidoc
index c7089fb..a103594 100644
--- a/doc/src/manual/gun_up.asciidoc
+++ b/doc/src/manual/gun_up.asciidoc
@@ -25,6 +25,10 @@ then this may not be desirable for all requests. Those requests
should be cancelled when the connection goes down, and any
subsequent messages ignored.
+// @todo Gun doesn't process messages immediately if it
+// is using the socks protocol, there are gun_socks_connected
+// messages coming up before reaching HTTP.
+
== Elements
ConnPid::