easy: Fix the broken CURLOPT_MAXCONNECTS option
authorLinus Nielsen Feltzing <linus@haxx.se>
Thu, 4 Apr 2013 08:33:39 +0000 (10:33 +0200)
committerLinus Nielsen Feltzing <linus@haxx.se>
Thu, 4 Apr 2013 08:33:39 +0000 (10:33 +0200)
commite87e76e2dc108efb1cae87df496416f49c55fca0
treebaa0584ed1fc0c87d21b71f2c5e0530a1fb5bd1e
parent984e20d6bb9d9f198132e64d9bc091b183353227
easy: Fix the broken CURLOPT_MAXCONNECTS option

Copy the CURLOPT_MAXCONNECTS option to CURLMOPT_MAXCONNECTS in
curl_easy_perform().

Bug: http://curl.haxx.se/bug/view.cgi?id=1212
Reported-by: Steven Gu
lib/easy.c
tests/data/Makefile.am
tests/data/test1510 [new file with mode: 0644]
tests/libtest/Makefile.inc
tests/libtest/lib1510.c [new file with mode: 0644]