Commit 99b687ce authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

shrpx: Documented --spdy-bridge

parent cb8b8050
......@@ -527,6 +527,12 @@ void print_help(std::ostream& out)
<< "\n"
<< " Mode:\n"
<< " -s, --spdy-proxy Enable secure SPDY proxy mode.\n"
<< " --spdy-bridge Communicate with the backend in SPDY. Thus\n"
<< " the incoming SPDY/HTTPS connections are\n"
<< " converted to SPDY connection and relayed to\n"
<< " the backend. See --backend-http-proxy-uri\n"
<< " option if you are behind the proxy and want\n"
<< " to connect to the outside SPDY proxy.\n"
<< " --client Instead of accepting SPDY/HTTPS connection,\n"
<< " accept HTTP connection and communicate with\n"
<< " backend server in SPDY. To use shrpx as\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment