Include a Host: header with any HTTP/1.1 proxy request

Bugfix on 0.2.2.1-alpha, which added the orginal HTTP proxy
authentication code.  Fix for bug 5593.
This commit is contained in:
Nick Mathewson
2012-04-10 12:00:20 -04:00
parent 439fc704f1
commit dd3f4f1bdb
2 changed files with 8 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes:
- When sending an HTTP/1.1 proxy request, include a Host header.
Fixes bug 5593; bugfix on 0.2.2.1-alpha.