FreeBSD Bugzilla – Attachment 228410 Details for
Bug 258896
net/haproxy: patch to fix possible stalling connection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch provied on mailinglist, maybe you want to include it till a new version is released.
0001-net-haproxy-Fix-a-stalled-connection.patch (text/plain), 1.15 KB, created by
Matthias Fechner
on 2021-10-03 17:55:30 UTC
(
hide
)
Description:
Patch provied on mailinglist, maybe you want to include it till a new version is released.
Filename:
MIME Type:
Creator:
Matthias Fechner
Created:
2021-10-03 17:55:30 UTC
Size:
1.15 KB
patch
obsolete
>From 242506ca332f7e6c1fa96a49eb75f3a87ea4212c Mon Sep 17 00:00:00 2001 >From: Matthias Fechner <mfechner@FreeBSD.org> >Date: Sun, 3 Oct 2021 19:48:18 +0200 >Subject: [PATCH] net/haproxy: Fix a stalled connection > >This fix fixes a typo in It is a typo in the commit feca2a453 >("BUG/MINOR: filters: Always set FLT_END analyzer when CF_FLT_ANALYZE flag is set"). > >Patch was provided on haproxy mailinglist from Christopher Faulet. > >Approved by: demon (maintainer) >--- > net/haproxy/files/patch-src_filters.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > create mode 100644 net/haproxy/files/patch-src_filters.c > >diff --git a/net/haproxy/files/patch-src_filters.c b/net/haproxy/files/patch-src_filters.c >new file mode 100644 >index 000000000000..c716fec434bc >--- /dev/null >+++ b/net/haproxy/files/patch-src_filters.c >@@ -0,0 +1,11 @@ >+--- src/filters.c.orig 2021-10-03 17:40:24 UTC >++++ src/filters.c >+@@ -475,7 +475,7 @@ flt_stream_start(struct stream *s) >+ } >+ if (strm_li(s) && (strm_li(s)->analysers & AN_REQ_FLT_START_FE)) { >+ s->req.flags |= CF_FLT_ANALYZE; >+- s->req.analysers |= AN_RES_FLT_END; >++ s->req.analysers |= AN_REQ_FLT_END; >+ } >+ return 0; >+ } >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 258896
:
228409
|
228410
|
228411