commit 90445d9cc88169e0b31dc4f681791cdcca436e08 Author: David Fifield david@bamsoftware.com Date: Fri Sep 20 01:56:23 2013 -0700
Question marks for query strings.
As noticed by Ximin. https://trac.torproject.org/projects/tor/ticket/9349#comment:20 --- doc/design.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/design.txt b/doc/design.txt index f38ba55..89c6721 100644 --- a/doc/design.txt +++ b/doc/design.txt @@ -159,7 +159,7 @@ Design of flash proxies The proxy asks the facilitator for a registration with an HTTP GET request:
- GET /r=<version>&client=<client addr>&transport=<transport name> HTTP/1.0 + GET /?r=<version>&client=<client addr>&transport=<transport name> HTTP/1.0
The 'r' parameter is the protocol revision number (should be '1' for now). The 'client' parameter carries the IP address of a flashproxy @@ -169,7 +169,7 @@ Design of flash proxies this flashproxy supports.
For example: - GET /r=1&client=7.1.43.21&client=1.2.3.4&transport=webrtc&transport=websocket HTTP/1.0 + GET /?r=1&client=7.1.43.21&client=1.2.3.4&transport=webrtc&transport=websocket HTTP/1.0
The response code is 200 and the body looks like this:
tor-commits@lists.torproject.org