commit | 3083615410849c8fd109abb61e1c3e26f59c75be | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Jan 12 19:10:17 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 03 18:00:20 2023 +0100 |
tree | d34f6d873d7da643e52e96d70e060cc6d85143ff | |
parent | 758c69d951903b1882217fd7b675851b8a4cd43b [diff] |
MINOR: listener: move the ->accept callback to the bind_conf The accept callback directly derives from the upper layer, generally it's session_accept_fd(). As such it's also defined per bind line so it makes sense to move it there.