haproxy public development tree
Go to file
Christopher Faulet d94f877cdf BUG/MINOR: mux_pt: Set CS_FL_WANT_ROOM when count is zero in rcv_buf() callback
When count is zero in the function mux_pt_rcv_buf(), it means the channel's
buffer is full. So we need to set the CS_FL_WANT_ROOM on the
conn_stream. Otherwise, while the channel is full, we will try to receive in
loop more data.
2018-12-17 16:28:49 +01:00
contrib
doc [RELEASE] Released version 1.9-dev11 2018-12-16 22:35:06 +01:00
ebtree
examples [RELEASE] Released version 1.9-dev11 2018-12-16 22:35:06 +01:00
include
reg-tests
scripts DOC: split the README into README + INSTALL 2018-12-16 22:30:57 +01:00
src BUG/MINOR: mux_pt: Set CS_FL_WANT_ROOM when count is zero in rcv_buf() callback 2018-12-17 16:28:49 +01:00
tests
.gitignore DOC: split the README into README + INSTALL 2018-12-16 22:30:57 +01:00
CHANGELOG [RELEASE] Released version 1.9-dev11 2018-12-16 22:35:06 +01:00
CONTRIBUTING
INSTALL DOC: split the README into README + INSTALL 2018-12-16 22:30:57 +01:00
LICENSE
MAINTAINERS
Makefile
README DOC: split the README into README + INSTALL 2018-12-16 22:30:57 +01:00
ROADMAP
SUBVERS
VERDATE [RELEASE] Released version 1.9-dev11 2018-12-16 22:35:06 +01:00
VERSION [RELEASE] Released version 1.9-dev11 2018-12-16 22:35:06 +01:00

README

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
  - 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)