Gilles and all, pardon me.  That last modification that you presented was right on the 
mark.  The lack of brackets was what caused the If-Modified-Since header line to be 
sent, even after I placed in the && [second condition] into the if statement.  If 
there was only a way to DELETE messages in the digest. :-)

[.kate]

-----Original Message-----
From:    Katherine Porter [EMAIL PROTECTED]
Sent:    Tue, 25 Sep 2001 00:28:28 -0700
To:      [EMAIL PROTECTED]
Subject: Re: [htdig-dev] htnet/HtHTTP.cc patch - Set "If-Modified-Since:" date to GMT


>   if(_modification_time && *_modification_time > 0)
>   {
>       _modification_time->ToGMTime();
>       cmd << "If-Modified-Since: " << _modification_time->GetRFC1123() << "\r\n";
>   }

---

How about:

  if (_modification_time != NULL)

[.kate]
___________________________________________________________________________
Visit http://www.visto.com.
Find out  how companies are linking mobile users to the 
enterprise with Visto.


_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev



___________________________________________________________________________
Visit http://www.visto.com.
Find out  how companies are linking mobile users to the 
enterprise with Visto.


_______________________________________________
htdig-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/htdig-dev

Reply via email to