Use CONNECT for SSL backends and for Z39.50 thru HTTP proxy YAZ-825 yaz-825
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 Mar 2015 11:30:41 +0000 (12:30 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 3 Mar 2015 11:31:32 +0000 (12:31 +0100)
commit9021ba4aa6fcdbdd177073d44edd03a86d70198f
tree76bd52191d8c9fad2246bad05de7b19af6a5398e
parentb8cbf8f36033eb692b79b7e97207baa9904f0a9f
Use CONNECT for SSL backends and for Z39.50 thru HTTP proxy YAZ-825

Introduce cs_create_host2 which returns if connection should be
proxy aware (HTTP:absoluteUri or Z39.50 proxy:vhost in init).. For CONNECT,
the connection is NOT proxy aware (no absoluteUri and no Z39.50 vhost).
client/client.c
include/yaz/comstack.h
src/comstack.c
src/url.c
src/zoom-c.c
src/zoom-p.h
src/zoom-sru.c
src/zoom-z3950.c