mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-27 07:02:11 +00:00
haproxy public development tree
c642d7c131
'add ssl crt-list' command is also concerned. This patch is similar to the previous ones. Full buffer cases when we try to push the reply are not properly handled. To fix the issue, the functions responsible to add a crt-list entry were reworked. First, the error message is now part of the service context. This way, if we cannot push the error message in the reponse buffer, we may retry later. To do so, a dedicated state was created (ADDCRT_ST_ERROR,). Then, the success message is also handled in a dedicated state (ADDCRT_ST_SUCCESS). This way we are able to retry to push it if necessary. Finally, the dot displayed for each new instance is now immediatly pushed in the response buffer, and before the update. This way, we are able to retry too if necessary. This patch should fix the issue #1724. It must be backported as far as 2.2. But a massive refactoring was performed in 2.6. So, for the 2.5 and below, the patch will have to be adapted. |
||
---|---|---|
.github | ||
addons | ||
admin | ||
dev | ||
doc | ||
examples | ||
include | ||
reg-tests | ||
scripts | ||
src | ||
tests | ||
.cirrus.yml | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
.travis.yml | ||
BRANCHES | ||
CHANGELOG | ||
CONTRIBUTING | ||
INSTALL | ||
LICENSE | ||
MAINTAINERS | ||
Makefile | ||
README | ||
SUBVERS | ||
VERDATE | ||
VERSION |
The HAProxy documentation has been split into a number of different files for ease of use. Please refer to the following files depending on what you're looking for : - INSTALL for instructions on how to build and install HAProxy - BRANCHES to understand the project's life cycle and what version to use - LICENSE for the project's license - CONTRIBUTING for the process to follow to submit contributions The more detailed documentation is located into the doc/ directory : - doc/intro.txt for a quick introduction on HAProxy - doc/configuration.txt for the configuration's reference manual - doc/lua.txt for the Lua's reference manual - doc/SPOE.txt for how to use the SPOE engine - doc/network-namespaces.txt for how to use network namespaces under Linux - doc/management.txt for the management guide - doc/regression-testing.txt for how to use the regression testing suite - doc/peers.txt for the peers protocol reference - doc/coding-style.txt for how to adopt HAProxy's coding style - doc/internals for developer-specific documentation (not all up to date)