2004-01-29 11:00:10 -05:00
|
|
|
Issues not sorted in any particular order.
|
|
|
|
#[num] refers to bug report numbers.
|
|
|
|
UNASSIGNED means that no person has publicly stated to work on the issue.
|
|
|
|
DELETE means the issue is subject for dismissal
|
2004-01-21 04:22:23 -05:00
|
|
|
|
2004-04-15 11:05:48 -04:00
|
|
|
To get fixed in 7.11.2 (planned release late April/early May 2004)
|
2004-02-23 11:04:16 -05:00
|
|
|
======================
|
|
|
|
|
2004-04-16 03:33:53 -04:00
|
|
|
36. autobuild test failures on Tru64/IRIX (test case 88 for example)
|
|
|
|
|
|
|
|
The problem is once again (this is the same scenario we had before in the
|
|
|
|
notorious test case 91 failure bug hunt) that when doing a second request,
|
|
|
|
the client hasn't yet found out that the previous connection is on its way
|
|
|
|
to get closed. It then re-uses the connection only to find it closed right
|
|
|
|
away.
|
|
|
|
|
|
|
|
We have code starting at lib/transfer.c:1949 that is supposed to detect
|
|
|
|
this situation and enforce a retry. This retry never happens on these
|
|
|
|
failures, indicating that the check is bad or that some code has ruined the
|
|
|
|
values used in the check.
|
|
|
|
|
|
|
|
|
2004-04-15 11:05:48 -04:00
|
|
|
To get fixed in 7.12.0 (no date)
|
2004-03-09 04:38:16 -05:00
|
|
|
======================
|
|
|
|
|
2004-03-11 08:15:14 -05:00
|
|
|
25. curl_easy_strerror() curl_multi_strerror() curl_share_strerror()
|
2004-04-06 11:29:01 -04:00
|
|
|
Code already in CVS. Messages need overview/improvements.
|
|
|
|
Medium prio.
|
2004-03-09 04:38:16 -05:00
|
|
|
|
2004-04-06 11:29:01 -04:00
|
|
|
26. i18n of error messages?
|
|
|
|
Low prio. Nobody has volunteered. Subject for removal.
|
2004-04-06 02:18:48 -04:00
|
|
|
|
|
|
|
33. Add a function to replace the malloc-calls within libcurl.
|
2004-04-06 11:29:01 -04:00
|
|
|
Low prio. Seshubabu Pasam works on this.
|
2004-04-13 02:13:41 -04:00
|
|
|
|
|
|
|
35. Rearrange lib/hostip.c to reduce the amount of #ifdefs and make it easier
|
2004-04-15 11:05:48 -04:00
|
|
|
to follow "the flow".
|
2004-04-13 02:13:41 -04:00
|
|
|
Medium prio.
|