commit 7bf463f3948fc59c50e4bf09b2b6cd771bfef06a Author: David Fifield david@bamsoftware.com Date: Sun Aug 10 22:46:44 2014 -0700
Typo. --- meek-client/meek-client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meek-client/meek-client.go b/meek-client/meek-client.go index e98dd76..06077a9 100644 --- a/meek-client/meek-client.go +++ b/meek-client/meek-client.go @@ -351,7 +351,7 @@ func checkProxyURL(u *url.URL) error { // With the helper we can use HTTP and SOCKS (because it is the // browser that does the proxying, not us). // For the HTTP proxy with the Firefox helper: versions of - // Firefox before 32 , and Tor Browser before 3.6.2, leak the + // Firefox before 32, and Tor Browser before 3.6.2, leak the // covert Host header in HTTP proxy CONNECT requests. Using an // HTTP proxy cannot provide effective obfuscation without such // a patched Firefox.