shrpx: Documented --spdy-bridge

This commit is contained in:
Tatsuhiro Tsujikawa 2013-02-09 16:54:50 +09:00
parent cb8b8050b5
commit 99b687ceca
1 changed files with 6 additions and 0 deletions

View File

@ -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"