Skip to content
Snippets Groups Projects
Commit 18f3087a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed issue 20 that was about valgrind complaints on other libs/parts, as

we have a fancier valgrind error parser these days and it seems to work rather
well
parent 15bc228a
No related branches found
No related tags found
No related merge requests found
......@@ -22,14 +22,6 @@ may have been fixed since this was written!
specification). The receiver will convert the data from the standard
form to his own internal form.
20. valgrind errors occur too often when 'make test' is used. It is because
too many third-party libs and tools have problems. When curl is built
without --disable-shared, the testing is done with a front-end script which
makes the valgrind testing include (ba)sh as well and that often causes
valgrind errors. Either we improve the valgrind error scanner a lot to
better identify (lib)curl errors only, or we disable valgrind checking by
default.
19. FTP 3rd party transfers with the multi interface doesn't work. Test:
define CURL_MULTIEASY, rebuild curl, run test case 230 - 232.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment