]> spindle.queued.net Git - midori/commit
Read cache asynchronously, use GOutputStream, plug a leak
authorAlexander Butenko <a.butenka@gmail.com>
Sun, 17 Jan 2010 21:49:13 +0000 (22:49 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 17 Jan 2010 21:56:41 +0000 (22:56 +0100)
commit97a5eb0df2b48bfb0c359fb7abc6ee8f0b970238
tree9f64516ae0abb4b7e4ad542617d2d06f8b55d241
parent1f3313424f0b38bd3f8e62db9903e39d6547d879
Read cache asynchronously, use GOutputStream, plug a leak

1. We are now reading from the cache asyncronously. Fixing UI freezes.

2. Cache writing switched to GOutputStream. One open/ close per file

3. Plugged a leak of cache headers in web_cache_message_rewrite ()

4. We don't need the URI in web_cache_mesage_got_headers_cb ()
extensions/web-cache.c