The following reply was made to PR mod_negotiation/1772; it has been noted by 
GNATS.

From: [EMAIL PROTECTED] (Life is hard... and then you die.)
To: [EMAIL PROTECTED],
    [EMAIL PROTECTED]
Cc:  Subject: Re: mod_negotiation/1772: Can't handle both "Accept-Encoding: 
gzip" and "Accept-Encoding: x-gzip"
Date: Fri, 6 Feb 1998 02:51:56 +0200

 > Roland, in the second hunk of the patch to mod_neg, yeah sub_req ==
 > best->sub_req. 
 
 Ok, in that case replacing 
 
       r->content_encoding = sub_req->content_encoding;
 by 
       r->content_encoding = best->content_encoding;
 
 will suffice (you've probably already done this).
 
 
   Cheers,
 
   Ronald
 

Reply via email to