Merge branch 'bug2752' into maint-0.2.2

This commit is contained in:
Nick Mathewson
2011-05-17 19:51:53 -04:00
3 changed files with 20 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
o Minor features:
- Tor used to limit HttpProxyAuthenticator values to 48 characters.
Changed the limit to 512 characters by removing base64 newlines.
Fixes bug 2752. Fix by Michael Yakubovich.