
From ghutchis@wso.williams.edu Thu Feb 10 12:38:04 2000
Date: Thu, 10 Feb 2000 11:51:04 -0500 (EST)
From: Geoff Hutchison <ghutchis@wso.williams.edu>
To: loic@ceic.com
Cc: htdig3-dev@htdig.org
Subject: Re: [htdig3-dev] Transport code broken


> 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
htdig3-dev-unsubscribe@htdig.org 
You will receive a message to confirm this. 


