Willy Tarreau

Results 28 issues of Willy Tarreau

## What should haproxy do differently? Which functionality do you think we should add? After discussing with @pierrecdn and @wdauchy it appeared that being able to rename a server at...

type: feature

### Detailed Description of the Problem When testing the cache with small non-cacheable objects (10kB) the performance appears seriously limited and whatever the number of threads, the CPUs are often...

type: bug
dev
subsystem: cache
status: backlog
2.6

## Detailed description of the problem I noticed while reloading haproxy on haproxy.org that in 2.3-dev7 (at least) we can have the per-process total bytes count lower than just the...

dev
severity: minor
type: doc
status: reviewed
2.4
2.5
2.6

A long time ago, when not supporting SSL, we use to store the information about received shutdowns and shutdowns planned to be sent in the buffer's flag (which became the...

dev
subsystem: core
development notes
2.4
2.5
2.6
2.8

This is another old report with little context information. It was noticed right after 1.8 was released that issuing "show cache" on the CLI would show entries with negative expiration...

type: bug
1.8
severity: minor
subsystem: cache
status: fixed

This issue was reported around September 2018 (no config here), it affects at least 1.8.13, and most 1.9-dev by then. It was detected with an HTTP/2 client written in Go...

type: bug
1.8
severity: minor
subsystem: h2
status: fixed

### Your Feature Request Some applications are not case-sensitive on the URL parameters, and may look for arguments presented under any fantasist format. One could argue that we could turn...

type: feature
good first issue

### Your Feature Request Just like an "exec" command, a script or a function call, it would be really convenient to have `lua-load` support taking optional arguments that would directly...

type: feature
good first issue
subsystem: lua

### Your Feature Request This is a placeholder to document all the work that remains to be done on thread groups, and that started for 2.5. The goal is to...

type: feature

The prompt cache constitutes a nice speed up when using the same prompt prefix across multiple evaluations, but when using it, it will also be updated, which is not always...