fixed the host/proxy name issue when re-using a connection and made IDN names
authorDaniel Stenberg <daniel@haxx.se>
Thu, 29 Apr 2004 13:41:48 +0000 (13:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Apr 2004 13:41:48 +0000 (13:41 +0000)
commit59907ebc0e4031e2447b57684d530da22a5d32c7
tree9f4d5d81c5f99b3b15ea478aede9a24de7906088
parentda91d6ac66c57ae07910c8bc8185dc4226c11d38
fixed the host/proxy name issue when re-using a connection and made IDN names
work when using proxy by converting the IDN-name to the ACE-encoded version
before the request-URL is passed to the proxy.
lib/http.c
lib/url.c