diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-10-15 07:45:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-10-15 07:45:51 +0000 |
commit | 0a9984c27e083c6f85cf24819cb2acabd4367ca7 (patch) | |
tree | 8b1dbe4b75c85b5190884c556202c9f30b682d56 /CHANGES | |
parent | 0ecdcc253b87b5575c2cd96ac2f92a170bb3c906 (diff) |
mention his full name
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -38,10 +38,11 @@ Daniel Stenberg (8 Oct 2008) Any subsequent transfer WITHOUT a redirect causes the most recent redirect that DID occur on some previous transfer to still be reported. -- Igor filed bug #2111613 (http://curl.haxx.se/bug/view.cgi?id=2111613) that - eventually identified a flaw in how the multi_socket interface in some cases - missed to call the timeout callback when easy interfaces are removed and - added within the same millisecond. +- Igor Novoseltsev filed bug #2111613 + (http://curl.haxx.se/bug/view.cgi?id=2111613) that eventually identified a + flaw in how the multi_socket interface in some cases missed to call the + timeout callback when easy interfaces are removed and added within the same + millisecond. - Igor Novoseltsev brought a patch that introduced two new options to curl_easy_setopt: CURLOPT_USERNAME and CURLOPT_PASSWORD that sort of |