]> granicus.if.org Git - curl/commit
CURLOPT_RESOLVE: Add support for multiple IP addresses per entry
authorAnders Bakken <agbakken@gmail.com>
Wed, 31 Jan 2018 00:33:51 +0000 (16:33 -0800)
committerJay Satiro <raysatiro@yahoo.com>
Tue, 20 Feb 2018 09:24:28 +0000 (04:24 -0500)
commit50d1b3379a818df00c6382d68e2e39977cc96cd6
treee792d9a61262b0ac547fd5b301c0150dbc3c7417
parente77f0e5a5a8161f103d8fbd3ed335345703c6e1f
CURLOPT_RESOLVE: Add support for multiple IP addresses per entry

This enables users to preresolve but still take advantage of happy
eyeballs and trying multiple addresses if some are not connecting.

Ref: https://github.com/curl/curl/pull/2260
docs/cmdline-opts/resolve.d
docs/libcurl/opts/CURLOPT_RESOLVE.3
lib/connect.c
lib/connect.h
lib/hostip.c
tests/data/Makefile.inc
tests/data/test1607 [new file with mode: 0644]
tests/unit/Makefile.inc
tests/unit/unit1607.c [new file with mode: 0644]