diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-11-08 21:49:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-11-08 21:49:14 +0000 |
commit | f830d7730702b7ff923e9248f98b1904d2b5ade3 (patch) | |
tree | 2d3de3dc5e7c7ebcc22ad9db0ffb722d3cda068e /CHANGES | |
parent | a03c76b228fc85e457934335d46173b967721644 (diff) | |
download | curl-f830d7730702b7ff923e9248f98b1904d2b5ade3.tar.gz |
Bradford Bruce reported that when setting CURLOPT_DEBUGFUNCTION without
CURLOPT_VERBOSE set to non-zero, you still got a few debug messages from the
SSL handshake. This is now stopped.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel (8 November 2006) +- Bradford Bruce reported that when setting CURLOPT_DEBUGFUNCTION without + CURLOPT_VERBOSE set to non-zero, you still got a few debug messages from the + SSL handshake. This is now stopped. + Daniel (7 November 2006) - Olaf fixed a leftover problem with the CONNECT fix of his that would leave a wrong error message in the error message buffer. |