On 05/18/2006 10:50 AM, Joe Orton wrote:
> On Wed, May 17, 2006 at 07:16:43PM -0000,
>
>>--- httpd/httpd/trunk/modules/cache/cache_storage.c (original)
>>+++ httpd/httpd/trunk/modules/cache/cache_storage.c Wed May 17 12:16:43 2006
>
> ...
>
>>@@ -375,15 +380,18 @@
>> }
>> }
>> else {
>>- scheme = "http";
>>+ scheme = ap_http_scheme(r);
>> }
>
>
> cache_storage.c: In function `cache_generate_key_default':
> cache_storage.c:383: warning: assignment discards qualifiers from pointer
> target type
Fixed in r408154. Thanks.
Regards
RĂ¼diger