MEDIUM: server: make libc resolution failure non-fatal
authorWilly Tarreau <w@1wt.eu>
Mon, 7 Nov 2016 18:19:22 +0000 (19:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Nov 2016 14:30:47 +0000 (15:30 +0100)
commit465b6e54636bed3444d2494e1ef78af7bf319b0c
treef701b3166e973dbe10f8914f62d6ec1cf4af46db
parent37ebe1212bf97ad9c6bc5b45247d19bd8d68c402
MEDIUM: server: make libc resolution failure non-fatal

Now that we have "init-addr none", it becomes possible to recover on
libc resolver's failures. Thus it's preferable not to alert nor fail
at the moment the libc is called, and instead process the failure at
the end of the list. This allows "none" to be set after libc to
provide a smooth fallback in case of resolver issues.
src/server.c