- I removed the default use of "Pragma: no-cache" from libcurl when a proxy is

used. It has been used since forever but it was never a good idea to use
  unless explicitly asked for.
This commit is contained in:
Daniel Stenberg
2008-11-19 22:00:14 +00:00
parent 4741e64c89
commit 40e8b4e527
54 changed files with 10 additions and 87 deletions

View File

@@ -20,6 +20,7 @@ This release includes the following bugfixes:
o re-use of connections with the multi interface when multiple handles used
the same server
o memory leak with HTTP GSS/kerberos authentication
o removed the default use of "Pragma: no-cache"
This release includes the following known bugs:
@@ -33,6 +34,6 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
Yang Tse, Daniel Fandrich, Jim Meyering, Christian Krause, Andreas Wurf,
Markus Koetter
Markus Koetter, Josef Wolf
Thanks! (and sorry if I forgot to mention someone)