]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] config: make it possible to specify a cookie even without a server
authorWilly Tarreau <w@1wt.eu>
Mon, 30 May 2011 16:47:41 +0000 (18:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 May 2011 04:44:04 +0000 (06:44 +0200)
commit44702af019576cc68979056982ac06cf36ff88ed
tree7a97d54c1ff9caa3d525be69d2df8a90bd0c1b9b
parent14acc7072ea1b31c897df27deea4f69cfc3a364e
[MINOR] config: make it possible to specify a cookie even without a server

Since version 1.0.0, it's forbidden to have a cookie specified without at
least one server. This test is useless and makes it complex to write APIs
to iteratively generate working configurations. Remove the test.
src/cfgparse.c