SoupCache: some issues in SoupCache (2/3)
authorSergio Villar Senin <svillar@igalia.com>
Fri, 27 Jan 2012 15:24:56 +0000 (16:24 +0100)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 14 Feb 2012 11:22:02 +0000 (12:22 +0100)
commite0a2af18a132e65b94c5033bc5142f9be2ddd616
treee25b655ab2ddd49a66c290a9d38ef3bbe95e4f08
parent3c2341a11b3691639e0467a016b29d65f92b9284
SoupCache: some issues in SoupCache (2/3)

Do not generate conditional requests to revalidate resources if the server
has not provided neither "Last-Modified" nor "ETag" because the conditional
request could not be properly constructed in that case, and thus, we will
end up issuing two requests for the same resource.

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