diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-20 22:10:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-20 22:10:42 +0000 |
commit | 8a335ee7fd48689e8c233f14b0c2e4ed2c74a634 (patch) | |
tree | a82dc4d35df5ba21b404fdfa5fd8a145132b00aa | |
parent | 216ad2680bdaade5e6029b86858b3b633359d43c (diff) |
197 - IIS-bug in Digest
The curl tool parts are postponed to a later time
201 - "bug: header data output to the body callback function after set header"
Was probably not a bug, I asked about it but I didn't get any response.
202 - "hangs up of application above libcurl" - problems with the multi_socket
Fixes from Igor have been committed and there's currently no pending ones.
-rw-r--r-- | TODO-RELEASE | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index afa19b196..c764c10fb 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -4,16 +4,6 @@ To be addressed in 7.19.3 (planned release: January 2009) 193 - Fix zero-byte file transfers - Nobody has actually started for real on this -197 - IIS-bug in Digest - - libcurl parts done, no curl options added yet - -201 - "bug: header data output to the body callback function after set header" - by Shunlong Bai - -202 - "hangs up of application above libcurl" - problems with the multi_socket - implementation when using HTTP pipelining. Patch pending by - Igor Novoseltsev - 203 - "dns cache memory leak and TTL failure after failed conn" bug #2413067 204 - |