purepennons / gss

Automatically exported from code.google.com/p/gss
Other
0 stars 0 forks source link

[gss2] Make HEAD requests conditional #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After the change in rev. 6944f7f88222, we don't add a random parameter to HEAD 
requests in order to avoid caching. If we are to achieve the full performance 
benefit however, we have to make the HEAD requests conditional, as we do for 
GET requests. In that case, responses will return faster from the server if not 
modified.

Original issue reported on code.google.com by past...@gmail.com on 15 Oct 2010 at 12:39