diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-07-01 12:37:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-07-01 12:37:55 +0000 |
commit | 6df3bf3644b22123e6cee9e7d7685a8159e42f97 (patch) | |
tree | d36c19aaa807b9fb907bdb5ce8b081354104c7f7 /CHANGES | |
parent | 35840a2c5c08945acd564cf3bdfe3ec02a144d10 (diff) |
--trace fix
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel (1 July 2004) +- When using curl --trace or --trace-ascii, no trace messages that were sent + by curl_easy_cleanup() were included in the trace file. This made the + message "Closing connection #0" never appear in trace dumps. + 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 |