[webkit-dev] http cache support - rfc2616

Antti Koivisto koivisto at iki.fi
Mon Nov 17 12:16:54 PST 2008


WebKit implements significant parts of RFC 2616 caching logic for it's
internal memory cache and will implement more. See
https://bugs.webkit.org/show_bug.cgi?id=17998 for details.


   antti

2008/11/15 Darin Fisher <darin at chromium.org>:
> The http caching logic for chromium lives here:
> http://src.chromium.org/viewvc/chrome/trunk/src/net/http/http_cache.cc?view=markup
> WebKit does not have code for a network stack.  Instead, each port provides
> a network stack, typically by using a system library.
> -Darin
>
> On Sat, Nov 15, 2008 at 9:01 AM, zaheer ahmad <zaheer.mot at gmail.com> wrote:
>>
>> hi,
>> Does webkit or any component built with (e.g. chromium) has a full
>> implementation of http caching- rfc2616. a quick search in the code base or
>> the bug list does not suggest one. Looks like some of the pieces from html5
>> application cache can be reused for such an implementation. kindly suggest.
>> thanks,
>> Zaheer
>> _______________________________________________
>> webkit-dev mailing list
>> webkit-dev at lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>
>
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
>


More information about the webkit-dev mailing list