The following reply was made to PR apache-api/3657; it has been noted by GNATS.

From: "Dietz, Phil E." <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,
        "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED]
Cc:  Subject: RE: apache-api/3657: apache returning status 304 on images that a
        re updated
Date: Wed, 13 Jan 1999 12:02:39 -0600

 heh even easier:
 
 if (!strncasecmp((const char *)start_token, (const char *)tok, s -
 start_token)) {
             return 1;
 }
 
 to 
 if (strncasecmp((const char *)start_token, (const char *)tok, s -
 start_token)) {
             return 1;
 }
 
 One character....
 
        -----Original Message-----
        From:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]
        Sent:   Wednesday, January 13, 1999 10:40 AM
        To:     [EMAIL PROTECTED]
        Subject:        Re: apache-api/3657: apache returning status 304 on
 images that are updated
 
        Thank you very much for your problem report.
        It has the internal identification `apache-api/3657'.
        The individual assigned to look at your
        report is: apache. 
 
        >Category:       apache-api
        >Responsible:    apache
        >Synopsis:       apache returning status 304 on images that are
 updated
        >Arrival-Date:   Wed Jan 13 08:40:01 PST 1999

Reply via email to