> a server. Gabriele asked me to check since he experienced the same problem
> and I confirm this.

This is a bit strange and I'll investigate futher when I have a chance,
but I would suspect the culprit is in Connection.cc:

***************
*** 59,64 ****
--- 62,68 ----
      server_name = 0;
      all_connections.Add(this);
      timeout_value = 0;
+     retry_value = 0;
  
      pos = pos_max = 0;
  }
***************
*** 84,89 ****
--- 88,94 ----
      server_name = 0;
      all_connections.Add(this);
      timeout_value = 0;
+     retry_value = 0;
  
      pos = pos_max = 0;
  }

So I'd set the default to 1. This is probably what it should be anyway,
but the code should be setting retry_value to a nonzero value elsewhere.

-Geoff


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 

Reply via email to