diff options
author | Loïc Hoguin <[email protected]> | 2019-09-26 13:16:56 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-09-26 13:20:28 +0200 |
commit | 00cc1f385f94823a0684deee001b643091e235b0 (patch) | |
tree | 6e5406fb62b71b17b29f1de42ccbe01c8c191547 /doc/src/manual | |
parent | d86d55c1f90b37d991e20ad0f1ac37b1e38b36e1 (diff) | |
download | gun-00cc1f385f94823a0684deee001b643091e235b0.tar.gz gun-00cc1f385f94823a0684deee001b643091e235b0.tar.bz2 gun-00cc1f385f94823a0684deee001b643091e235b0.zip |
Add reply_to option to ws_upgrade; remove notowner entirely
The reply_to option is also propagated when we switch protocols.
Diffstat (limited to 'doc/src/manual')
-rw-r--r-- | doc/src/manual/gun_socks_up.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/gun_socks_up.asciidoc b/doc/src/manual/gun_socks_up.asciidoc index e74f1a9..e65cbff 100644 --- a/doc/src/manual/gun_socks_up.asciidoc +++ b/doc/src/manual/gun_socks_up.asciidoc @@ -16,7 +16,7 @@ Protocol :: http | http2 | socks The Socks connection is up. -This message informs the owner process that the connection +This message informs the owner/calling process that the connection completed through the configured Socks proxy. If Gun is configured to connect to another Socks server, then the |