global dns cache: didn't work [regression]
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 Aug 2013 11:01:16 +0000 (13:01 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Aug 2013 14:28:46 +0000 (16:28 +0200)
commitd2b36e466afd69b6e2b202aca21db3bd2e48b190
tree8887daeb875fc4a978bb1f2763afb768bc862a16
parent27f8c93dafc2d3db7938b990efb5e039cfa75251
global dns cache: didn't work [regression]

CURLOPT_DNS_USE_GLOBAL_CACHE broke in commit c43127414d89ccb (been
broken since the libcurl 7.29.0 release). While this option has been
documented as deprecated for almost a decade and nobody even reported
this bug, it should remain functional.

Added test case 1512 to verify
lib/hostip.c
lib/hostip.h
lib/multi.c
tests/data/Makefile.am
tests/data/test1512 [new file with mode: 0644]
tests/libtest/Makefile.inc
tests/libtest/lib1512.c [new file with mode: 0644]