Fix connect timeout problem on Solaris.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 24 Sep 2009 07:40:53 +0000 (09:40 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 24 Sep 2009 07:44:50 +0000 (09:44 +0200)
commit3123b48786d777f60276d7011b974a0977698b32
tree6bba0760722582376222473145fb0c0992d8ffd2
parent070fa024706dd05344b0615cf22d26f3de64543d
Fix connect timeout problem on Solaris.

This problem was seen on Solaris but could happen anywhere. Pazpar2
did not detect that Connection was established. And consequently did
not change timeout from 'Z39.50 connect timeout' to 'Z39.50 session
timeout'. Since The former is only 15 seconds by default a slow search
would be aborted when it shouldn't. This commit removes a call to
ZOOM_connection_process which, on Solaris, would grab one or more
events out, so that Pazpar2 was not informed.
src/connection.c