Allow HTTP protocol on unix local socket
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 23 Oct 2012 11:36:29 +0000 (13:36 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 23 Oct 2012 11:40:48 +0000 (13:40 +0200)
Allow also Z39.50 database to be given for unix local socket.
The COMSTACK string for doing so is:
unix:<spec>:<uri>
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.


No differences found