commit | bb86a0f7be6ba8a248321a59c4b865e01e33f106 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Apr 24 07:19:04 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Apr 27 10:46:28 2020 +0200 |
tree | a87298c87798d8980cc170f575e9f2794f4eadbc | |
parent | edc6ed9778c63268170082fa936b383106d728d3 [diff] |
BUG/MINOR: mux-fcgi: Be sure to have a connection as session's origin to use it When default parameters are set in a request message, we get the client connection using the session's origin. But it is not necessarily a conncection. For instance, for health checks, thanks to recent changes, it may be a check object. At this step, the client connection may be NULL. Thus, we must be sure to have a client connection before using it. This patch must be backported to 2.1.