summaryrefslogtreecommitdiff
path: root/README-test-server
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2011-01-27 22:01:43 +0000
committerAndy Green <andy@warmcat.com>2011-01-27 22:01:43 +0000
commit9659f379672d7be6f9a2bdae9e58c7da0b3919e2 (patch)
treec2e23493686413cf41fe34b5b891cfc7d65a27ed /README-test-server
parenta6cbece1acc046c8fadaf7bb82713b9290e6a807 (diff)
introduce-http_proxy-support-no-auth.patch
Signed-off-by: Andy Green <andy@warmcat.com>
Diffstat (limited to 'README-test-server')
-rw-r--r--README-test-server13
1 files changed, 13 insertions, 0 deletions
diff --git a/README-test-server b/README-test-server
index cb9e6b5..1cb8e84 100644
--- a/README-test-server
+++ b/README-test-server
@@ -159,6 +159,19 @@ another server, you can specify the protcol to handshake with
by --protocol=protocolname
+proxy support
+-------------
+
+The http_proxy environment variable is respected by the client
+connection code for both ws:// and wss://. It doesn't support
+authentication yet.
+
+You use it like this
+
+export http_proxy=myproxy.com:3128
+libwebsockets-test-client someserver.com
+
+
Websocket version supported
---------------------------