]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: server: resolve state file handle leak on reload
authorIlya Shipitsin <chipitsine@gmail.com>
Wed, 15 Jul 2020 21:02:40 +0000 (02:02 +0500)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Jul 2020 02:41:32 +0000 (04:41 +0200)
commitdc6e8a9a7b19052b8fd8ab7f9a84a4a95b4a6d5b
treefcb462bb9af2227d9e1f1a4c8dd1a81ffa674b8e
parentb605a736b0766030746b50c322879d929fcebacf
BUG/MEDIUM: server: resolve state file handle leak on reload

During reload, server state file is read and file handle is not released
this was indepently reported in #738 and #660.

partially resolves #660. This should be backported to 2.2 and 2.1.
src/server.c