From: Adam Dickmeiss Date: Tue, 23 Oct 2012 11:36:29 +0000 (+0200) Subject: Allow HTTP protocol on unix local socket X-Git-Tag: v4.2.44~2 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=fe42f72dc30321041420cf2d1a83867b1c450f38;hp=fe42f72dc30321041420cf2d1a83867b1c450f38;p=yaz-moved-to-github.git Allow HTTP protocol on unix local socket Allow also Z39.50 database to be given for unix local socket. The COMSTACK string for doing so is: unix:: Examples: unix:/myfile:tcp:localhost:9999/mybase unix:/myfile:localhost:9999/mybase unix:/myfile:http://fakehost/mybase The fakehost is parsed in Host HTTP-header. ---