diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-11-19 22:00:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-19 22:00:14 +0000 |
commit | 40e8b4e5277c7ad726b50ec904fa573b656184b3 (patch) | |
tree | d04b13689e81f14be5d1ae29050822eaa0d1cf57 /RELEASE-NOTES | |
parent | 4741e64c89346383c4d56a170cfeb53f0898694d (diff) |
- 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.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5648dac1d..a33b3c9e7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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) |