diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-29 11:32:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-29 11:32:14 +0000 |
commit | bd600fbebe7c0fdb314cb2a8015f1b89ea036b74 (patch) | |
tree | b09898cc35ebd18f5e4378198057cd55484f20f2 /CHANGES | |
parent | 064bbb999f25e630f2b36fcacb8e58535111b07d (diff) |
curl_easy_duphandle() sets the magic number in the new handle
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ Changelog +Daniel (29 December 2006) +- Make curl_easy_duphandle() set the magic number in the new handle. + Daniel (22 December 2006) - Robert Foreman provided a prime example snippet showing how libcurl would get confused and not acknowledge the 'no_proxy' variable properly once it |