SHA256
1
0
forked from pool/haproxy

- Update to version 2.3.9+git1.afb63bc04:

* BUILD: backend: fix build breakage in idle conn locking fix
  * [RELEASE] Released version 2.3.9
  * BUG/MEDIUM: time: make sure to always initialize the global tick
  * BUG/MINOR: stats: Apply proper styles in HTML status page.
  * BUG/MINOR: payload: Wait for more data if buffer is empty in payload/payload_lv
  * MEDIUM: backend: use a trylock to grab a connection on high FD counts as well
  * BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=242
This commit is contained in:
2021-03-30 17:49:45 +00:00
committed by Git OBS Bridge
parent e43173f9d3
commit 6cbf653a6b
6 changed files with 18 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">v2.3.8</param>
<param name="revision">v2.3.9</param>
<param name="changesgenerate">enable</param>
</service>