SoupCache: moved data from SoupCacheEntry to the writing fixture
authorSergio Villar Senin <svillar@igalia.com>
Mon, 20 Aug 2012 10:22:17 +0000 (12:22 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 20 Aug 2012 10:22:17 +0000 (12:22 +0200)
commita90a9a536c8ca0aaa6e1fda50b78f5234dd66afb
tree1a9a1a96d299a3ede4195a0e45af97ed091e2d35
parent93ce2c030c0b2870f63dd2ccd489cc9f317e2962
SoupCache: moved data from SoupCacheEntry to the writing fixture

The entry fields "current_writing_buffer", "got_body", "stream", and "error"
where only used during the writing phase. Therefore we do not need to keep
all of them in memory in the SoupCacheEntry structure.

https://bugzilla.gnome.org/show_bug.cgi?id=681509
libsoup/soup-cache.c