From: Adam Dickmeiss Date: Sun, 7 Oct 2007 08:53:26 +0000 (+0000) Subject: Added HTTP tunnel facility for COMSTACK, bug #1752. X-Git-Tag: YAZ.3.0.16~61 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=29cc293e92725df0aaf70fa4897600597dd8db9b;hp=29cc293e92725df0aaf70fa4897600597dd8db9b;p=yaz-moved-to-github.git 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 . ---