Added HTTP tunnel facility for COMSTACK, bug #1752.
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 7 Oct 2007 08:53:26 +0000 (08:53 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 7 Oct 2007 08:53:26 +0000 (08:53 +0000)
commit29cc293e92725df0aaf70fa4897600597dd8db9b
tree93078579ff960382d73354ccb4d0ff80bf4f1646
parent019eca69c2a438db0aea7b8760685c618cb5f552
Added HTTP tunnel facility for COMSTACK, bug #1752.

This is a facility that allows a Web proxy, such as squid, to tunnel
Z39.50 traffic. This facility is "transparent" to must applications
using YAZ. It's enabled by using pseudo transport connect: followed bý
the we proxy address, followed by command, then follwed by he regular
"virtual" addresss. For example,
connect:webproxy.com:3128,tcp:z3950.loc.gov:7090/voyager .
NEWS
include/yaz/comstack.h
include/yaz/tcpip.h
src/comstack.c
src/tcpip.c