]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: Make 'default-server' support 'observe' keyword.
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 15 Mar 2017 07:55:39 +0000 (08:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 Mar 2017 12:37:01 +0000 (14:37 +0200)
commit547356e48474f6117512c104fa67ef6cae0a0ba4
treeb53f097abe02e0c78e945115e6e8f863d26b9cc0
parent16186236dd14a9783e39aad93ed4cb90f1bc33f6
MINOR: server: Make 'default-server' support 'observe' keyword.

Before this path, 'observe' setting was only supported by 'server' directives.
This patch makes 'default-server' directives also support 'observe' setting.
Should not break anything.
src/server.c