diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-30 11:09:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-30 11:09:16 +0000 |
commit | 185baf036b9bcfe1386a6fd1549ca5403ec66812 (patch) | |
tree | ce3382929e562ad910fc6628d9e6fd14c3fa329d /CHANGES | |
parent | 352361382692256dd94040ce3ba54b079658135e (diff) | |
download | curl-185baf036b9bcfe1386a6fd1549ca5403ec66812.tar.gz |
NOBODY set TRUE after a POST makes a good HEAD now
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -6,7 +6,19 @@ Changelog +Daniel (30 June 2004) +- Niels van Tongeren found that setting CURLOPT_NOBODY to TRUE doesn't disable + a previously set POST request, making a very odd request get sent (unless + you disabled the POST) a HEAD request with a POST request-body. I've now + made CURLOPT_NOBODY enforce a proper HEAD. Added test case 514 for this. + Daniel (29 June 2004) +- Günter Knauf made the testcurl.pl script capable of using a custom setup + file to easier run multiple autobuilds on the same source tree. + +- Gisle fixed the djgpp build and fixed a memory problem in some of the + reorged name resolved code. + - Fixed code to allow connects done using the multi interface to attempt the next IP when connecting to a host that resolves to multiple IPs and a connect attempt fails. |