diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-02-20 12:18:08 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-02-20 12:18:08 +0000 |
commit | e6170eb20df55bc0b60dce4beec72ac44806b3e3 (patch) | |
tree | 626ab809610a421d586b697695040d9fb1773bed /CHANGES | |
parent | 2c80bcbc812d7906e84ea90bc351a85ebefbf910 (diff) |
- Fixed test case 405 to not fail when libcurl is built with GnuTLS
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ Changelog Daniel S (20 Feb 2008) +- Fixed test case 405 to not fail when libcurl is built with GnuTLS + - Based on initial work done by Gautam Kachroo to address a bug, we now keep better control at the exact state of the connection's SSL status so that we know exactly when it has completed the SSL negotiation or not so that there |