Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-09 | lib1506: make sure the transfers are not within the same ms | Daniel 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-29 | tests: make a few lib15?? tests pass the OOM torture tests | Dan Fandrich | |
2013-07-22 | libtest: fix data type of some *_setopt() 'long' arguments | Yang Tse | |
2013-02-05 | CURLMOPT_MAXCONNECTS: restore functionality | Linus 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. |