commit | 9fa267dada45ae2668d87651886dcf0f903d4012 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 05 10:22:27 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 12 16:58:01 2018 +0200 |
tree | d61fde4483332df972a84c2ecd0fe6783d54f5cf | |
parent | 25da9e34f15f59288ae1b432ef676051d0972ac3 [diff] |
MINOR: log: make sess_log() support sess=NULL At many places in muxes we'll have to add tests to check if the connection is front or back before deciding to log. Instead let's centralize this test in sess_log() to simply do nothing when sess=NULL.