Skip to content

Releases: haproxytech/spoa-mirror

v1.2.5: BUG/MINOR: fixed program crash in asynchronous mode

21 Feb 10:13
Compare
Choose a tag to compare
If asynchronous exchange of packets between HAProxy and spoa-mirror is
allowed, when sending a reply to HAProxy, the program crashes in the
tcp_send() function (because at that point the frame->client is a NULL
pointer due to asynchronous mode).

Version of the program changed to v1.2.5.

v1.2.4: BUG/MINOR: removed false positive warning when parsing HTTP headers

19 Feb 19:58
Compare
Choose a tag to compare
The error should be printed only in case there really is an error, that is,
http header is not found and we are not at the end of the buffer.

v1.2.1: BUG/MINOR: fixed parsing of HAPROXY-HELLO capabilities

21 Sep 03:40
Compare
Choose a tag to compare
Version of the program changed to v1.2.1.

v1.2.0: MINOR: added support for HTTP/2 protocol

30 Jul 06:41
Compare
Choose a tag to compare
Additionally, a configuration file test/haproxy-htx.cfg was added to
test the work of the program using the HTTP/2 protocol.

Version of the program changed to v1.2.0.

v1.0.1: BUG/MINOR: fixed checking of healthcheck requests

16 Jul 19:50
Compare
Choose a tag to compare
Version of the program changed to v1.0.1.

v1.0.0

12 Jul 00:00
Compare
Choose a tag to compare
MINOR: supported older versions of the cURL library (up from 7.32.0)