diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-29 10:12:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-29 10:12:30 +0000 |
commit | 8680e010c2cf44ae766267029337930be258e29e (patch) | |
tree | dae39df6387018cdfbb3f711eb9872e409246f3a | |
parent | 4d8dcf7b771ce03258577a8faf96146ffd3d2770 (diff) |
the user-agent fix
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d14582827..84fcb62e0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -55,6 +55,7 @@ This release includes the following bugfixes: o easy handle removal from multi handle before completion o TFTP upload memory leak o curl_easy_reset() now resets the CA bundle path correctly + o two User-Agent headers in CONNECT requests with custom User-Agent This release includes the following known bugs: |