commit | b4a2d5e19a06225fd5b07632354314bc8d35a2d6 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Tue Apr 04 22:10:36 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Apr 10 15:20:11 2017 +0200 |
tree | a18e3ab1238e1d45ac51c077f8e572aaae1ebacb | |
parent | c28bb55cdc554549a59f92997ebe7abf8d4612fe [diff] |
MINOR server: Restrict dynamic cookie check to the same proxy. Each time we generate a dynamic cookie, we try to make sure the same cookie hasn't been generated for another server, it's very unlikely, but it may happen. We only have to check that for the servers in the same proxy, no, need to check in others, plus the code was buggy and would always check in the first proxy of the proxy list.