No description
  • C 97.8%
  • Shell 0.9%
  • Makefile 0.5%
  • Awk 0.2%
  • Python 0.2%
  • Other 0.2%
Find a file
Christopher Faulet 2ed6101cab REG-TESTS: http-messaging: Send one request per h2 client in h2_trailers.vtc
The script fails randomly depending on the load on the machine. C3 and C4 H2
clients are sending sending several invalid requests. However, instead of
received the expected RST_STREAM for some requests, a WINDOW_UPDATE is
received, making the script failed.

So, to avoid this issue, the clients are splitted to send only one h2
request per connection. It seems better this way.
2026-09-23 15:25:43 +02:00
.github
addons MAJOR: htx: Use htx_set_eom() instead of setting HTX_FL_EOM by hand 2026-09-18 17:05:18 +02:00
admin
dev
doc BUG/MEDIUM: http-act: ignore "capture len" rules evaluated from a backend 2026-09-23 14:05:25 +02:00
examples
include MEDIUM: ssl: add ocsp-update.timeout global option 2026-09-21 15:45:25 +02:00
reg-tests REG-TESTS: http-messaging: Send one request per h2 client in h2_trailers.vtc 2026-09-23 15:25:43 +02:00
scripts
src BUG/MINOR: http-ana: restore the transaction status after early hints 2026-09-23 14:05:26 +02:00
tests
.gitattributes
.gitignore
.mailmap
.travis.yml
BRANCHES
BSDmakefile
CHANGELOG [RELEASE] Released version 3.5-dev7 2026-09-18 10:22:04 +02:00
CONTRIBUTING
INSTALL
LICENSE
MAINTAINERS
Makefile MEDIUM: twork: Introduce a new cross-thread/thread-group deferred work API 2026-09-10 18:33:30 +02:00
README.md
SUBVERS
VERDATE [RELEASE] Released version 3.5-dev7 2026-09-18 10:22:04 +02:00
VERSION [RELEASE] Released version 3.5-dev7 2026-09-18 10:22:04 +02:00

HAProxy

AWS-LC Illumos NetBSD CrossCompile FreeBSD VTest

HAProxy logo

HAProxy is a free, very fast and reliable reverse-proxy offering high availability, load balancing, and proxying for TCP and HTTP-based applications.

Installation

The INSTALL file describes how to build HAProxy. A list of packages is also available on the wiki.

Getting help

The discourse and the mailing-list are available for questions or configuration assistance. You can also use the slack or IRC channel. Please don't use the issue tracker for these.

The issue tracker is only for bug reports or feature requests.

Documentation

The HAProxy documentation has been split into a number of different files for ease of use. It is available in text format as well as HTML. The wiki is also meant to replace the old architecture guide.

Please refer to the following files depending on what you're looking for:

The more detailed documentation is located into the doc/ directory:

License

HAProxy is licensed under GPL 2 or any later version, the headers under LGPL 2.1. See the LICENSE file for a more detailed explanation.