[tor-commits] [flashproxy/master] - fix HTTP query string in doc

infinity0 at torproject.org infinity0 at torproject.org
Mon Oct 28 14:47:41 UTC 2013


commit ec742d52b9fad0ac48d1bc139350cd07199fc62a
Author: Ximin Luo <infinity0 at gmx.com>
Date:   Mon Oct 7 12:15:57 2013 +0100

    - fix HTTP query string in doc
---
 facilitator/facilitator.cgi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/facilitator/facilitator.cgi b/facilitator/facilitator.cgi
index 51a898a..c3eadf4 100755
--- a/facilitator/facilitator.cgi
+++ b/facilitator/facilitator.cgi
@@ -54,7 +54,7 @@ def do_head():
 
 def do_get():
     """Parses flashproxy polls.
-       Example: GET /r=1&client=7.1.43.21&client=1.2.3.4&transport=webrtc&transport=websocket
+       Example: GET /?r=1&client=7.1.43.21&client=1.2.3.4&transport=webrtc&transport=websocket
     """
 
     path_parts = [x for x in path_info.split("/") if x]





More information about the tor-commits mailing list