diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-07-04 12:01:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-07-04 12:01:59 +0000 |
commit | 8bed45340a48585bbd91e508f1ac44f5ed5bf178 (patch) | |
tree | c083b12a1e8132c2573af2f514ad6b67eda4806a /CHANGES | |
parent | 55138753c63cb7a6d1191028df25b689b73baefa (diff) |
Toshiyuki Maezawa fixed a problem where you couldn't override the
Proxy-Connection: header when using a proxy and not doing CONNECT.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel (4 July 2006) +- Toshiyuki Maezawa fixed a problem where you couldn't override the + Proxy-Connection: header when using a proxy and not doing CONNECT. + Daniel (24 June 2006) - Michael Wallner added curl_formget(), which allows an application to extract (serialise) a previously built formpost (as with curl_formadd()). |