aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1506.c
AgeCommit message (Collapse)Author
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2014-05-09lib1506: make sure the transfers are not within the same msDaniel Stenberg
Just to make sure the test is properly repeatable. Bug: http://curl.haxx.se/mail/lib-2014-05/0081.html Reported-by: Henrik
2014-01-29tests: make a few lib15?? tests pass the OOM torture testsDan Fandrich
2013-07-22libtest: fix data type of some *_setopt() 'long' argumentsYang Tse
2013-02-05CURLMOPT_MAXCONNECTS: restore functionalityLinus Nielsen Feltzing
When a connection is no longer used, it is kept in the cache. If the cache is full, the oldest idle connection is closed. If no connection is idle, the current one is closed instead.