ZOOM HTTP: proxy uses full URI in HTTP header
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 19 Jul 2011 14:04:39 +0000 (16:04 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 19 Jul 2011 14:07:35 +0000 (16:07 +0200)
commit1220d32af6f85baf5057172291be5dc882f6e777
tree0379b4422e574f1e0e1550ba69e1720328497fc7
parent05ee6a02d78ff422ddb63bb4ebbc2f5988d9a121
ZOOM HTTP: proxy uses full URI in HTTP header

Squid don't seem to like
 GET /?operation.. HTTP/1.1
but rather
 GET http://host/?operation HTTP/1.1
When HTTP proxy is in effect. When proxying the new function
cs_create_host_proxy is used to so comstack type is determined from
logical URL rather than proxy host. Proxy just needs host:port type of
spec. Note: this change might break HTTP redirect.
src/zoom-c.c