aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1506.c
AgeCommit message (Collapse)Author
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.