Subject: Re: [htdig3-dev] Transport code broken
From: Geoff Hutchison (ghutchis@wso.williams.edu)
Date: Thu Feb 10 2000 - 08:51:04 PST
> 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.
This archive was generated by hypermail 2b28 : Thu Feb 10 2000 - 08:53:29 PST